Skip to content

Commit

Permalink
Update sphinx.yml
Browse files Browse the repository at this point in the history
Try using github artifacts uploader
  • Loading branch information
sprivite authored Dec 19, 2023
1 parent 0b789d1 commit 4468873
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
- name: build docs
run: |
PYTHONPATH=. PATH=${PATH}:./pandoc-2.17.1/bin/ sphinx-build -b html sphinx docs
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@v4
with:
name: page
path: docs
if-no-files-found: error

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4468873

Please sign in to comment.