We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb794e commit cdbea09Copy full SHA for cdbea09
1 file changed
.github/workflows/docs.yml
@@ -26,6 +26,7 @@ concurrency:
26
jobs:
27
# Build job
28
build:
29
+ if: github.repository == 'github/spec-kit'
30
runs-on: ubuntu-latest
31
steps:
32
- name: Checkout
@@ -56,6 +57,7 @@ jobs:
56
57
58
# Deploy job
59
deploy:
60
61
environment:
62
name: github-pages
63
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments