From b2c8a2e57298c0d5266c5ff4a17776d9f6e0a6ec Mon Sep 17 00:00:00 2001 From: lumapu Date: Thu, 27 Oct 2022 22:17:09 +0200 Subject: [PATCH] another test --- .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 12c8bae9..f65b06d7 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -26,7 +26,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: github.ref == 'refs/heads/gh-pages' + if: github.ref == 'refs/heads/gh-pages-src' with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public