Skip to content

Commit

Permalink
disable docs deployment on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
hklion committed Aug 23, 2023
1 parent 33a286e commit 3914272
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
Expand Up @@ -30,7 +30,7 @@ jobs:
make SPHINXOPTS=-v NO_DOXYGEN=TRUE linkcheck
- name: Deploy to Webpage
if: github.event_name == 'push' && github.repository == 'seahorce-scidac/ROMSX' && github.ref == 'refs/heads/development' && ${{ true }}
if: github.event_name == 'push' && github.repository == 'seahorce-scidac/ROMSX' && github.ref == 'refs/heads/development'
uses: JamesIves/[email protected]
with:
ssh-key: ${{ secrets.DEPLOY_KEY }}
Expand Down

0 comments on commit 3914272

Please sign in to comment.