squash: Clear existing submodule config
Some checks failed
build static site / build (pull_request) Failing after 20s

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2024-08-28 16:07:18 +03:00
parent 2b37fbcb17
commit b30ad6ae1d

View file

@ -24,7 +24,10 @@ jobs:
hugo-${{ runner.os }}
hugo
- run: make all
- name: Build static site
run: |
rm -rf .git/modules/
make all
- uses: https://code.forgejo.org/forgejo/upload-artifact@v4
id: artifact-upload-step