Skip to content

Commit 5f05c96

Browse files
committed
fix: reduce docs artifact size
1 parent 89a02a5 commit 5f05c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
GIT_COMMITTER_NAME: ci-bot
2828
GIT_COMMITTER_EMAIL: [email protected]
2929
- name: Checkout gh-pages
30-
run: git restore . && git checkout gh-pages
30+
run: cargo clean && git restore . && git checkout gh-pages
3131
- uses: actions/upload-pages-artifact@v3
3232
id: deployment
3333
with:

0 commit comments

Comments
 (0)