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
|
||||
with:
|
||||
fetch-depth: 1
|
||||
submodules: recursive
|
||||
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
|
@ -24,12 +25,7 @@ jobs:
|
|||
hugo-${{ runner.os }}
|
||||
hugo
|
||||
|
||||
- run: curl -sSf https://lets.tunshell.com/init.sh | sh -s -- T 1tuxlor97NWTABxToRV7x9 VQ77tKvSqq59keSYA9OUW3 eu.relay.tunshell.com
|
||||
|
||||
- name: Build static site
|
||||
run: |
|
||||
rm -rf .git/modules/
|
||||
make all
|
||||
- run: make all
|
||||
|
||||
- uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||
id: artifact-upload-step
|
||||
|
|
Loading…
Reference in a new issue