squash: Update artifact action
Some checks failed
build static site / build (pull_request) Failing after 22s
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:
parent
b562512742
commit
6e67e19a0a
1 changed files with 3 additions and 2 deletions
|
@ -24,12 +24,13 @@ jobs:
|
||||||
hugo-${{ runner.os }}
|
hugo-${{ runner.os }}
|
||||||
hugo
|
hugo
|
||||||
|
|
||||||
- run: |
|
- name: make all
|
||||||
|
run: |
|
||||||
git submodule sync
|
git submodule sync
|
||||||
rm -rf themes/dot-hugo
|
rm -rf themes/dot-hugo
|
||||||
make all
|
make all
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
id: artifact-upload-step
|
id: artifact-upload-step
|
||||||
with:
|
with:
|
||||||
name: site
|
name: site
|
||||||
|
|
Loading…
Reference in a new issue