We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729f30f commit c65d8a5Copy full SHA for c65d8a5
1 file changed
.github/workflows/gh-pages.yml
@@ -26,9 +26,11 @@ jobs:
26
run: ./docs/generate.sh
27
28
- name: Deploy
29
+ if: github.ref == 'refs/heads/better-docs'
30
uses: peaceiris/actions-gh-pages@v4
31
with:
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
publish_dir: ./docs/_site
34
user_name: 'github-actions[bot]'
35
user_email: 'github-actions[bot]@users.noreply.github.com'
36
+ cname: sfall.bgforge.net
0 commit comments