There was an error while loading. Please reload this page.
1 parent a3b5b0e commit 83439e3Copy full SHA for 83439e3
1 file changed
.github/workflows/sphinx.yml
@@ -3,7 +3,7 @@ name: docs
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
8
jobs:
9
build:
@@ -16,11 +16,11 @@ jobs:
16
run: |
17
sudo apt-get --allow-releaseinfo-change update -y
18
sudo apt-get install -y git make sphinx
19
- make -C doc/Sphinx html
+ make -C doc html
20
- name: Deploy
21
uses: peaceiris/actions-gh-pages@v3
22
with:
23
github_token: ${{ secrets.GITHUB_TOKEN }}
24
- publish_dir: doc/Sphinx/_build/html
+ publish_dir: doc/build/html
25
enable_jekyll: false
26
force_orphan: true
0 commit comments