Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
savnkr committed Feb 1, 2025
1 parent 40f3e87 commit dd72600
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 != 'HugoBlox'
# if: github.repository_owner != 'HugoBlox'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

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

0 comments on commit dd72600

Please sign in to comment.