Skip to content

Commit

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

0 comments on commit 5f05c96

Please sign in to comment.