From dd72600cebb47acbf81f7098194c0e96b17452be Mon Sep 17 00:00:00 2001 From: savnkr <147591398+savnkr@users.noreply.github.com> Date: Sat, 1 Feb 2025 03:59:47 +0000 Subject: [PATCH] new --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ce5b54c..d4add5c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 @@ -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 }}