From b9deb9548c2e9be44e7efd8e3b525036be3c208b Mon Sep 17 00:00:00 2001 From: Charles <18726788+csharpee@users.noreply.github.com> Date: Fri, 29 Jan 2021 14:39:25 -0500 Subject: [PATCH] Reverting to original local ST fork with jekyll-actions --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 0ca0cdc..b3be002 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -21,7 +21,7 @@ jobs: ${{ runner.os }}-gems- # Specify the target branch (optional) - - uses: SharpeTronics/jekyll-action@v2 + - uses: helaili/jekyll-action@v2 with: token: ${{ secrets.GITHUB_TOKEN }} target_branch: 'gh-pages'