Skip to content

Commit

Permalink
trigger mv
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Dec 20, 2024
1 parent 159400f commit 0f30528
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:
- name: Move mdBook to Astro docs folder
run: |
mkdir -p dist/docs
mv docs/book/* dist/docs/
mkdir -p dist/docs && mv docs/book/* dist/docs/
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 0f30528

Please sign in to comment.