Skip to content

Commit

Permalink
ci: fix/rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Splitter committed Nov 8, 2023
1 parent 6d3103a commit 05f5be1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
jobs:
# Build website
build:
if: github.repository_owner != 'wowchemy'
if: github.repository_owner != 'HugoBlox'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

# Deploy website to GitHub Pages hosting
deploy:
if: github.repository_owner != 'wowchemy'
if: github.repository_owner != 'HugoBlox'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 05f5be1

Please sign in to comment.