Skip to content

Commit 709f4f3

Browse files
committed
2 parents d19ae4e + 8b687b2 commit 709f4f3

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/docs.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
python -m pip install -e .[dev]
24-
- uses: ammaraskar/sphinx-action@master
25-
with:
26-
docs-folder: "docs/"
27-
- uses: actions/upload-artifact@v1
24+
- name: build docs
25+
run: |
26+
cd docs
27+
make html
28+
- name: save docs
29+
uses: actions/upload-artifact@v3
2830
with:
29-
name: DocumentationHTML
31+
name: docs-html
3032
path: docs/_build/html/
31-
- name: Deploy
33+
- name: publish docs
3234
uses: peaceiris/actions-gh-pages@v3
3335
with:
3436
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)