Skip to content

Commit c65d8a5

Browse files
committed
try cname
1 parent 729f30f commit c65d8a5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ jobs:
2626
run: ./docs/generate.sh
2727

2828
- name: Deploy
29+
if: github.ref == 'refs/heads/better-docs'
2930
uses: peaceiris/actions-gh-pages@v4
3031
with:
3132
github_token: ${{ secrets.GITHUB_TOKEN }}
3233
publish_dir: ./docs/_site
3334
user_name: 'github-actions[bot]'
3435
user_email: 'github-actions[bot]@users.noreply.github.com'
36+
cname: sfall.bgforge.net

0 commit comments

Comments
 (0)