Skip to content

Commit 8d5bc01

Browse files
committed
Skip deploy step on PRs
1 parent 0997b59 commit 8d5bc01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
path: ./docs/book
8181

8282
deploy:
83+
if: github.event_name != 'pull_request'
8384
environment:
8485
name: github-pages
8586
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)