Skip to content

Commit 8aa456c

Browse files
authored
Fix gh-pages.yml by deleting .lock file
This file is does not meet actions/upload-pages-artifact permission requirements.
1 parent 2e13129 commit 8aa456c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
run: |
3333
cargo doc --all --features nightly,serde1,getrandom,small_rng
3434
cp utils/redirect.html target/doc/index.html
35+
rm target/doc/.lock
3536
3637
- name: Setup Pages
3738
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)