Skip to content

Commit 61c188c

Browse files
committed
Fix: Don't upload on PRs in the example
1 parent 3a34d7d commit 61c188c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: Reloaded-Project/devops-mkdocs@v1
4747
with:
4848
requirements: ./docs/requirements.txt
49-
publish-to-pages: true
49+
publish-to-pages: ${{ github.event_name == 'push' }}
5050
checkout-current-repo: true
5151
```
5252

0 commit comments

Comments
 (0)