From 976381c9278ce8b40782f023e275e38212c6f245 Mon Sep 17 00:00:00 2001 From: cedricve Date: Mon, 7 Jun 2021 21:32:48 +0200 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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