squash: Clear existing submodule config
Some checks failed
build static site / build (pull_request) Failing after 20s
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:
parent
2b37fbcb17
commit
b30ad6ae1d
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue