Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 committed Apr 2, 2024
1 parent 86b61f8 commit aa65a45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,13 @@ jobs:
MIRIFLAGS: -Zmiri-strict-provenance

docs:
runs-on: ubuntu-latest
permissions:
contents: write
needs:
- test
- cross
- fuzz
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
Expand All @@ -236,8 +238,6 @@ jobs:
- name: deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
permissions:
contents: write
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: target/docs
Expand Down

0 comments on commit aa65a45

Please sign in to comment.