From caeb678a4432952e5b7f6eef8f9171a06e8c60f9 Mon Sep 17 00:00:00 2001 From: Yohei Yasukawa Date: Mon, 30 Sep 2024 18:51:53 +0900 Subject: [PATCH] Update actions-gh-pages step: v3 -> v4 --- .github/workflows/scheduler_daily.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scheduler_daily.yml b/.github/workflows/scheduler_daily.yml index aa30c47..1182b4d 100644 --- a/.github/workflows/scheduler_daily.yml +++ b/.github/workflows/scheduler_daily.yml @@ -65,7 +65,7 @@ jobs: - name: 🚀 Deploy to GitHub Pages if: github.ref == 'refs/heads/main' && job.status == 'success' && env.IS_UPDATED == 'true' - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: personal_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./_site diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27c6d7e..5bed944 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: - name: 🚀 Deploy to GitHub Pages if: github.ref == 'refs/heads/main' && job.status == 'success' - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: personal_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./_site