Skip to content

Commit

Permalink
disable docs publication for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
marclamy authored Apr 10, 2024
1 parent e820302 commit 62eeccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:

# Deployment job
deploy:
if: ${{ github.event_name != 'pull_request' }}
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 62eeccf

Please sign in to comment.