Skip to content

Commit

Permalink
Fix gh-pages.yml by deleting .lock file
Browse files Browse the repository at this point in the history
This file is does not meet actions/upload-pages-artifact permission requirements.
  • Loading branch information
dhardy authored Feb 18, 2024
1 parent 2e13129 commit 8aa456c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
cargo doc --all --features nightly,serde1,getrandom,small_rng
cp utils/redirect.html target/doc/index.html
rm target/doc/.lock
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 8aa456c

Please sign in to comment.