From 1c9cf76d4d234b6570fb4a390fb082560340ff81 Mon Sep 17 00:00:00 2001 From: Atsuya Watanabe Date: Thu, 24 Oct 2024 06:41:00 +0900 Subject: [PATCH] fix: syntax error --- .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 8a750523..a501455b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -26,7 +26,7 @@ jobs: - run: hugo --minify - - uses: peaceiris/actions-gh-pages@v4.0 + - uses: peaceiris/actions-gh-pages@v4 if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }}