Skip to content

Commit

Permalink
Fix cname path
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed Jan 19, 2024
1 parent 37bb0dd commit 2808bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Create CNAME file
run: |
echo "$CUSTOM_DOMAIN" > ./book/CNAME
echo "Created CNAME in ./book/CNAME: $CUSTOM_DOMAIN"
echo "$CUSTOM_DOMAIN" > ./book/book/CNAME
echo "Created CNAME in ./book/book/CNAME: $CUSTOM_DOMAIN"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 2808bbd

Please sign in to comment.