We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e45fc7 commit 04ee3bdCopy full SHA for 04ee3bd
.github/workflows/jekyll.yml
@@ -14,6 +14,6 @@ jobs:
14
- uses: actions/checkout@v3
15
- uses: helaili/jekyll-action@2.5.0
16
with:
17
- pre_build_commands: git config --global http.version HTTP/1.1
+ pre_build_commands: git config --global http.version HTTP/1.1; apk fetch git-lfs;
18
token: ${{ secrets.JEKYLL_PAT }}
19
target_branch: 'gh-pages'
0 commit comments