Skip to content

Commit

Permalink
ci: clean up artifacts more
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Nov 27, 2024
1 parent 5f05c96 commit 2c8f7c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
GIT_COMMITTER_NAME: ci-bot
GIT_COMMITTER_EMAIL: [email protected]
- name: Checkout gh-pages
run: cargo clean && git restore . && git checkout gh-pages
run: |
cargo clean
rm -rf .venv
git restore .
git checkout gh-pages
- uses: actions/upload-pages-artifact@v3
id: deployment
with:
Expand Down

0 comments on commit 2c8f7c4

Please sign in to comment.