Skip to content

Commit 9856a8a

Browse files
committed
Remove HugoBlox check from workflow to allow deployment
1 parent ff7bc61 commit 9856a8a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ concurrency:
2424
jobs:
2525
# Build website
2626
build:
27-
if: github.repository_owner != 'HugoBlox'
2827
runs-on: ubuntu-latest
2928
steps:
3029
- name: Checkout
@@ -105,7 +104,6 @@ jobs:
105104

106105
# Deploy website to GitHub Pages hosting
107106
deploy:
108-
if: github.repository_owner != 'HugoBlox'
109107
needs: build
110108
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
111109
permissions:

0 commit comments

Comments
 (0)