squash: Checkout submodules with Actions
Some checks failed
build static site / build (pull_request) Failing after 22s
Some checks failed
build static site / build (pull_request) Failing after 22s
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
2383ab9ff6
commit
d008200658
1 changed files with 2 additions and 6 deletions
|
@ -13,6 +13,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
@ -24,12 +25,7 @@ jobs:
|
||||||
hugo-${{ runner.os }}
|
hugo-${{ runner.os }}
|
||||||
hugo
|
hugo
|
||||||
|
|
||||||
- run: curl -sSf https://lets.tunshell.com/init.sh | sh -s -- T 1tuxlor97NWTABxToRV7x9 VQ77tKvSqq59keSYA9OUW3 eu.relay.tunshell.com
|
- run: make all
|
||||||
|
|
||||||
- name: Build static site
|
|
||||||
run: |
|
|
||||||
rm -rf .git/modules/
|
|
||||||
make all
|
|
||||||
|
|
||||||
- uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
- uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
id: artifact-upload-step
|
id: artifact-upload-step
|
||||||
|
|
Loading…
Reference in a new issue