squash: Checkout submodules with Actions
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:
Vitaliy Potyarkin 2024-08-28 16:18:13 +03:00
parent 2383ab9ff6
commit d008200658

View file

@ -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