Skip to content

Commit

Permalink
CI: fix missing audio examples on Github pages (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Jan 26, 2024
1 parent 04107ab commit e805fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ jobs:
- name: Build documentation
run: |
python -m sphinx docs/ docs/_build/ -b html
python -m sphinx docs/ build/html -b html
- name: Deploy documentation to Github pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build
publish_dir: ./build/html

# Github release
- name: Read CHANGELOG
Expand Down

0 comments on commit e805fec

Please sign in to comment.