Skip to content

Commit 371cf7d

Browse files
authored
add custom domain CNAME for GH Pages publish (#29)
1 parent d5cbcd5 commit 371cf7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ jobs:
2727
# Popular action to deploy to GitHub Pages:
2828
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
2929
- name: Deploy to GitHub Pages
30-
uses: peaceiris/actions-gh-pages@v3
30+
uses: peaceiris/actions-gh-pages@v4
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
# Build output to publish to the `gh-pages` branch:
3434
publish_dir: ./build
35+
cname: docs.hauler.dev
3536
# The following lines assign commit authorship to the official
3637
# GH-Actions bot for deploys to `gh-pages` branch:
3738
# https://github.com/actions/checkout/issues/13#issuecomment-724415212

0 commit comments

Comments
 (0)