Commit fb1da905 authored by Ruilong Li's avatar Ruilong Li
Browse files

fix

parent fc54df3b
...@@ -13,7 +13,7 @@ jobs: ...@@ -13,7 +13,7 @@ jobs:
pip install sphinx sphinx_rtd_theme pip install sphinx sphinx_rtd_theme
- name: Sphinx build - name: Sphinx build
run: | run: |
sphinx-build doc _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' }} if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
......
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