From 1fa24e5a1bb16781e1814ab424ec561ccdac836c Mon Sep 17 00:00:00 2001 From: scalastic Date: Mon, 25 Dec 2023 11:26:09 +0100 Subject: [PATCH] fix(actions): Fix github actions error (see https://github.com/jeffreytse/jekyll-deploy-action/issues/70) --- .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 3f0e4e25..52a6a505 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.5.0 + - uses: jeffreytse/jekyll-deploy-action@v0.5.1 with: provider: 'github' token: ${{ secrets.GITHUB_TOKEN }} # It's your Personal Access Token(PAT)