Skip to content

Commit 0da6bf1

Browse files
committed
Update sphinx.yml
1 parent 4b135e2 commit 0da6bf1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/sphinx.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,24 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Install dependencies
16-
run: pip install -r requirements.txt
16+
run: pip install -r docs/requirements.txt
1717

1818
- name: Build HTML
1919
run: python -m sphinx.cmd.build -M html docs/source docs/build
20-
20+
# - name: Build HTML
21+
# uses: ammaraskar/sphinx-action@master
2122
- name: Upload artifacts
2223
uses: actions/upload-artifact@v4
2324
with:
2425
name: html-docs
2526
path: docs/build/html/
2627

2728
- name: Deploy
28-
# uses: sphinx-notes/pages@v3
29-
# with:
30-
# publish: true
31-
29+
uses: sphinx-notes/pages@v3
30+
with:
31+
publish: true
32+
33+
- name: Deploy2
3234
uses: peaceiris/actions-gh-pages@v3
3335
with:
3436
github_token: ${{ secrets.DOCSITE_TOKEN }}

0 commit comments

Comments
 (0)