From 1583a3dee07ea31f7af6892388a5cb6245dedfc0 Mon Sep 17 00:00:00 2001 From: Fyodor Kurlyuk Date: Thu, 1 Aug 2024 14:00:07 +0700 Subject: [PATCH] Update jekyll.yml --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 5902e65..f8be61b 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -21,7 +21,7 @@ jobs: # Use GitHub Deploy Action to build and deploy to Github # For latest version: `jeffreytse/jekyll-deploy-action@master` - - uses: jeffreytse/jekyll-deploy-action@v0.5.0 + - uses: jeffreytse/jekyll-deploy-action@v0.5.1 with: provider: 'github' # Default is github token: ${{ secrets.GITHUB_TOKEN }} # It's your Personal Access Token(PAT)