mirror of
https://github.com/loviuz/loviuz-website.git
synced 2024-12-22 13:34:51 +01:00
Fix submodules
This commit is contained in:
parent
54e2cee3b1
commit
5d62b8f277
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -12,9 +12,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
|
Loading…
Reference in New Issue
Block a user