mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-14 03:53:54 +01:00
checkout lfs during actions
This commit is contained in:
parent
52b910a61a
commit
1797ead00c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/hugo.yaml
vendored
1
.github/workflows/hugo.yaml
vendored
|
@ -45,6 +45,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
lfs: true
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
id: pages
|
id: pages
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
|
|
Loading…
Reference in a new issue