From aecf76f5dffdacc30c09965821dcef49b1b00719 Mon Sep 17 00:00:00 2001 From: kkew3 Date: Tue, 19 Dec 2023 16:56:44 +0800 Subject: [PATCH] See Issue 71 of jeffreytse/jekyll-deploy-action. Link: https://github.com/jeffreytse/jekyll-deploy-action/issues/71. --- .github/workflows/build-jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-jekyll.yml b/.github/workflows/build-jekyll.yml index c5060ceef..a5b52eb12 100644 --- a/.github/workflows/build-jekyll.yml +++ b/.github/workflows/build-jekyll.yml @@ -22,7 +22,7 @@ jobs: ${{ runner.os }}-gems- # Use GitHub Deploy Action to build and deploy to Github - - uses: jeffreytse/jekyll-deploy-action@v0.4.0 + - uses: jeffreytse/jekyll-deploy-action@master with: provider: 'github' token: ${{ secrets.GITHUB_TOKEN }} # It's your Personal Access Token(PAT)