Skip to content

Commit 04a6cb3

Browse files
committed
Try upgrading(?) the GitHub action to fix the gh-pages build
1 parent 72ae472 commit 04a6cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: helaili/jekyll-action@2.0.1
13+
- uses: helaili/jekyll-action@v2
1414
env:
15-
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}
15+
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}

0 commit comments

Comments
 (0)