Skip to content

Commit 9cbdd4d

Browse files
committed
Auto merge of #3298 - JohnTitor:fix-pages, r=JohnTitor
Fix Pages deployment
2 parents 92e5d67 + 0d3f114 commit 9cbdd4d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/docs.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ jobs:
2525
- name: Generate documentation
2626
run: LIBC_CI=1 sh ci/dox.sh
2727
- name: Setup Pages
28-
uses: actions/configure-pages@v2
28+
uses: actions/configure-pages@v3
29+
- name: Fix permissions
30+
run: rm -f ./target/doc/.lock
2931
- name: Upload artifact
30-
uses: actions/upload-pages-artifact@v1
32+
uses: actions/upload-pages-artifact@v2
3133
with:
3234
path: 'target/doc'
3335
- name: Deploy to GitHub Pages
3436
id: deployment
35-
uses: actions/deploy-pages@v1
37+
uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)