Skip to content

Commit

Permalink
newup
Browse files Browse the repository at this point in the history
  • Loading branch information
savnkr committed Feb 1, 2025
1 parent 6682bbf commit 57d3f97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -54,13 +54,13 @@ jobs:
- name: Generate Pagefind search index
run: npx pagefind --site "public"
- name: Upload artifact
uses: actions/upload-pages-artifact@v2 #v2
uses: actions/upload-pages-artifact@v3 #v2
with:
path: ./public

# 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 57d3f97

Please sign in to comment.