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 }}