mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-13 03:23:53 +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:
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
lfs: true
|
||||
- name: Setup Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@v3
|
||||
|
|
Loading…
Reference in a new issue