Skip to content

Bump taiki-e/cache-cargo-install-action from 1.2.2 to 1.3.0 (#353) #332

Bump taiki-e/cache-cargo-install-action from 1.2.2 to 1.3.0 (#353)

Bump taiki-e/cache-cargo-install-action from 1.2.2 to 1.3.0 (#353) #332

Workflow file for this run

name: Upload Documentation
on:
push: { branches: [master] }
permissions: { contents: write }
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust (nightly)
uses: actions-rust-lang/[email protected]
with: { toolchain: nightly }
- name: Build Docs
run: cargo doc --workspace --all-features --no-deps
- name: Tweak HTML
run: echo '<meta http-equiv="refresh" content="0;url=actix_cors/index.html">' > target/doc/index.html
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: target/doc