Skip to content

Commit

Permalink
no more publishing
Browse files Browse the repository at this point in the history
jonahm-LANL committed Nov 5, 2021
1 parent 0680170 commit 7807d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
make html
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.7.3
#if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/sphinx/_build/html

0 comments on commit 7807d0f

Please sign in to comment.