From e1bd18d23f0a27ea69ffce7dfe56524a3a8c9cf1 Mon Sep 17 00:00:00 2001 From: Jackson Tong Date: Tue, 31 Dec 2024 05:27:46 +0000 Subject: [PATCH] update GitHub Actions workflow to use peaceiris/actions-gh-pages@v4 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f6603f5..e8fd176 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: run: bundle exec jekyll build - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./_site