Update github jekyll action to latest v2 version

Probably won't work. That would be dumb.
This commit is contained in:
Xevion
2022-09-20 17:13:29 -05:00
parent aaf62bd26e
commit dc12ddefd6

View File

@@ -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 }}