Skip to content

Commit

Permalink
Auto merge of #3298 - JohnTitor:fix-pages, r=JohnTitor
Browse files Browse the repository at this point in the history
Fix Pages deployment
  • Loading branch information
bors committed Jul 10, 2023
2 parents 92e5d67 + 0d3f114 commit 9cbdd4d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docs.yml
Expand Up @@ -25,11 +25,13 @@ jobs:
- name: Generate documentation
run: LIBC_CI=1 sh ci/dox.sh
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v3
- name: Fix permissions
run: rm -f ./target/doc/.lock
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: 'target/doc'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2

0 comments on commit 9cbdd4d

Please sign in to comment.