We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce35031 commit 62e8065Copy full SHA for 62e8065
1 file changed
.github/workflows/publish.yml
@@ -10,6 +10,7 @@ on:
10
jobs:
11
publish-docs:
12
name: Publish / Docs
13
+ if: github.event.repository.fork == false # Disable for forks
14
uses: playframework/.github/.github/workflows/antora.yml@v3
15
with:
16
playbook: antora-playbook.yml
0 commit comments