Skip to content

Commit

Permalink
Make deployment optional
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Jun 25, 2024
1 parent 0003b99 commit 9b48e1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/python/pdoc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ runs:
inputs.template-directory}}
- name: Deploy
if: github.ref == 'refs/heads/main'
# yamllint disable-line rule:line-length
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
with:
Expand Down

0 comments on commit 9b48e1e

Please sign in to comment.