Skip to content

Commit 19e64a9

Browse files
author
Splitter
committed
ci: fix/rename
1 parent 50a58b8 commit 19e64a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
jobs:
2424
# Build website
2525
build:
26-
if: github.repository_owner != 'wowchemy'
26+
if: github.repository_owner != 'HugoBlox'
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
@@ -58,7 +58,7 @@ jobs:
5858

5959
# Deploy website to GitHub Pages hosting
6060
deploy:
61-
if: github.repository_owner != 'wowchemy'
61+
if: github.repository_owner != 'HugoBlox'
6262
environment:
6363
name: github-pages
6464
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)