Skip to content

Commit

Permalink
Update github actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
fschwar4 committed Jun 1, 2024
1 parent c7fc7a4 commit 4ac17e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ jobs:
- name: Build documentation
run: |
pwd
sphinx-apidoc -f -o docs/source/_apidoc/ pynamicgain
sphinx-build -b html docs/source docs/_build/html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html

0 comments on commit 4ac17e8

Please sign in to comment.