Skip to content

Commit 06de8b7

Browse files
authored
Update gh-pages.yml
1 parent 450783e commit 06de8b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323
run: |
2424
mdbook clean
2525
mdbook build
26+
- name: Copy CNAME to book directory
27+
run: cp CNAME ./book/CNAME
2628

2729
- name: Deploy to GitHub Pages
2830
uses: peaceiris/actions-gh-pages@v3
2931
with:
3032
github_token: ${{ secrets.GITHUB_TOKEN }}
31-
publish_dir: ./book
33+
publish_dir: ./book

0 commit comments

Comments
 (0)