diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5940545..cd270b0 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -30,7 +30,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/move-to-hugo-doks' with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public