From dc12ddefd639adf5665455b63677b7a32391de50 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 20 Sep 2022 17:13:29 -0500 Subject: [PATCH] Update github jekyll action to latest v2 version Probably won't work. That would be dumb. --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 543bbd0..47f56da 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,6 +16,6 @@ jobs: key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }} restore-keys: | ${{ runner.os }}-gems- - - uses: helaili/jekyll-action@2.0.5 + - uses: helaili/jekyll-action@v2 with: token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file