Skip to content

Commit

Permalink
Change publish dir location
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Nov 29, 2023
1 parent 3c5b8c3 commit 9eac65d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ jobs:
- name: Deploy to github pages
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
with:
publish_dir: ./book
publish_dir: ./mdbook/book
github_token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

5 changes: 3 additions & 2 deletions mdbook/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
approved
proposed
approved/
proposed/
book/
SUMMARY.md
4 changes: 2 additions & 2 deletions mdbook/book.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ done
echo -e "Preview of the generated SUMMARY.md:\n"
cat src/SUMMARY.md

rm -rf ../book/
mdbook build --dest-dir ../book/
rm -rf ./book/
mdbook build --dest-dir ./book/

0 comments on commit 9eac65d

Please sign in to comment.