Skip to content

Commit d213dd0

Browse files
committed
Try rolling back helaili/jekyll-action
Maybe this will fix the 404-ing CSS
1 parent 326967d commit d213dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
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@v2
13+
- uses: helaili/jekyll-action@2.0.1
1414
env:
1515
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}

0 commit comments

Comments
 (0)