Skip to content

Commit 9b8cf96

Browse files
committed
update github action to fix cname dropping
1 parent 2016b8b commit 9b8cf96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mdbook.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
- run: mdbook build
2323

2424
- name: Deploy
25-
uses: peaceiris/actions-gh-pages@v3
25+
uses: peaceiris/actions-gh-pages@v4
2626
if: ${{ github.ref == 'refs/heads/main' }}
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
publish_dir: ./book
30+
cname: handbook.enspiral.com

0 commit comments

Comments
 (0)