We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a02a5 commit 5f05c96Copy full SHA for 5f05c96
.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
27
GIT_COMMITTER_NAME: ci-bot
28
GIT_COMMITTER_EMAIL: [email protected]
29
- name: Checkout gh-pages
30
- run: git restore . && git checkout gh-pages
+ run: cargo clean && git restore . && git checkout gh-pages
31
- uses: actions/upload-pages-artifact@v3
32
id: deployment
33
with:
0 commit comments