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 9856a8a commit 27aa18bCopy full SHA for 27aa18b
1 file changed
.github/workflows/deploy.yml
@@ -24,6 +24,7 @@ concurrency:
24
jobs:
25
# Build website
26
build:
27
+ if: github.repository_owner != 'HugoBlox'
28
runs-on: ubuntu-latest
29
steps:
30
- name: Checkout
@@ -104,6 +105,7 @@ jobs:
104
105
106
# Deploy website to GitHub Pages hosting
107
deploy:
108
109
needs: build
110
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
111
permissions:
0 commit comments