Skip to content

Commit

Permalink
update on dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 19, 2024
1 parent cc285df commit 89c4900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ jobs:
if-no-files-found: error

- name: Deploy to GitHub Pages
if: ${{ github.event_name == 'push' }}
if: ${{ github.event_name != 'pull_request' }}
run: mkdocs gh-deploy --force

0 comments on commit 89c4900

Please sign in to comment.