Skip to content

Commit

Permalink
💚 unzip artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed Aug 21, 2024
1 parent b0ee1d3 commit 8ed73bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
echo `pwd`/mdbook-admonish >> $GITHUB_PATH
- name: Deploy GitHub Pages
run: |
unzip book/docs/rustdoc-latest.zip -d book/docs
rm book/docs/rustdoc-latest.zip
just assemble
git worktree add gh-pages
git config user.name "Deploy from CI"
Expand Down

0 comments on commit 8ed73bd

Please sign in to comment.