Skip to content

Commit

Permalink
fix: publish book action
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm committed Mar 20, 2024
1 parent 33eb217 commit 58a0492
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gh-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ jobs:

- run: mdbook build book

- name: Copy CNAME
run: cp CNAME ./book/.

- name: Publish book
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book
publish_dir: ./book/book
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

0 comments on commit 58a0492

Please sign in to comment.