Skip to content

Commit

Permalink
Switch to official gh action for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdill committed Nov 12, 2024
1 parent b98a1bf commit b1edbf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ jobs:
make html
- name: Deploy the documentation
if: startsWith(github.ref, 'refs/tags/')
uses: peaceiris/actions-gh-pages@v4
id: deployment
uses: actions/upload-pages-artifact@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build/html
path: ./docs/build/html
- name: Upload to anaconda.org
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
Expand Down

0 comments on commit b1edbf1

Please sign in to comment.