Skip to content

Commit 83439e3

Browse files
authored
Update sphinx.yml
1 parent a3b5b0e commit 83439e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sphinx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: docs
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
build:
@@ -16,11 +16,11 @@ jobs:
1616
run: |
1717
sudo apt-get --allow-releaseinfo-change update -y
1818
sudo apt-get install -y git make sphinx
19-
make -C doc/Sphinx html
19+
make -C doc html
2020
- name: Deploy
2121
uses: peaceiris/actions-gh-pages@v3
2222
with:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
24-
publish_dir: doc/Sphinx/_build/html
24+
publish_dir: doc/build/html
2525
enable_jekyll: false
2626
force_orphan: true

0 commit comments

Comments
 (0)