Commit 6c43fdef authored by Ruilong Li's avatar Ruilong Li
Browse files

fix

parent 5f5da2c1
...@@ -18,9 +18,9 @@ jobs: ...@@ -18,9 +18,9 @@ jobs:
sphinx-build docs/source _build sphinx-build docs/source _build
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with: with:
publish_branch: gh-pages publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/ publish_dir: _build/
force_orphan: true force_orphan: true
cname: nerfacc.com
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment