squash: Revert CI config experiments
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
5ceab8f846
commit
bc1637b879
4 changed files with 3 additions and 8 deletions
|
@ -11,8 +11,6 @@ jobs:
|
|||
image: node:22-bookworm
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
|
|
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,4 +1,4 @@
|
|||
[submodule "theme"]
|
||||
[submodule "themes/dot-hugo"]
|
||||
path = themes/dot-hugo
|
||||
url = https://git.frostfs.info/TrueCloudLab/dot-hugo
|
||||
branch = frostfs_design_version
|
||||
|
|
5
Makefile
5
Makefile
|
@ -26,7 +26,4 @@ server: submodules $(HUGO_BIN)
|
|||
|
||||
submodules:
|
||||
@git submodule init
|
||||
@git submodule update --recursive --remote \
|
||||
|| git submodule sync \
|
||||
&& rm -rf themes/dot-hugo
|
||||
&& git submodule update --recursive --remote
|
||||
@git submodule update --recursive --remote
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 33922003e6d9e3ff85ec2dfadf7f43a1cec76829
|
||||
Subproject commit 59820ed5c97af782f0688cbbb6d416bb909db39a
|
Loading…
Reference in a new issue