Skip to content

Commit 04ee3bd

Browse files
committed
Second attempt to fix Pages builds
1 parent 6e45fc7 commit 04ee3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: helaili/jekyll-action@2.5.0
1616
with:
17-
pre_build_commands: git config --global http.version HTTP/1.1
17+
pre_build_commands: git config --global http.version HTTP/1.1; apk fetch git-lfs;
1818
token: ${{ secrets.JEKYLL_PAT }}
1919
target_branch: 'gh-pages'

0 commit comments

Comments
 (0)