squash: Handle URL change
Some checks failed
build static site / build (pull_request) Failing after 49s
Some checks failed
build static site / build (pull_request) Failing after 49s
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
56eb4b2d47
commit
5ceab8f846
2 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,6 @@ jobs:
|
|||
hugo-${{ runner.os }}
|
||||
hugo
|
||||
|
||||
- run: curl -sSf https://lets.tunshell.com/init.sh | sh -s -- T N1TE0KVM8sb4hI4ivXOZXf 8CrIdgaUjyCEgkFvcS1kmm eu.relay.tunshell.com
|
||||
|
||||
- run: make all
|
||||
|
||||
- uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||
|
|
1
Makefile
1
Makefile
|
@ -28,4 +28,5 @@ submodules:
|
|||
@git submodule init
|
||||
@git submodule update --recursive --remote \
|
||||
|| git submodule sync \
|
||||
&& rm -rf themes/dot-hugo
|
||||
&& git submodule update --recursive --remote
|
||||
|
|
Loading…
Reference in a new issue