diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9d03401..2351f38 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -12,7 +12,6 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.ref }} permissions: - #contents: write contents: read steps: - uses: actions/checkout@v4 @@ -32,7 +31,7 @@ jobs: path: ./public/ deploy: - ##if: ${{ github.ref == 'refs/heads/main' }} + if: ${{ github.ref == 'refs/heads/main' }} needs: build runs-on: ubuntu-24.04 permissions: