FIX bug
This commit is contained in:
parent
9c4c2b49d5
commit
3027a2ef30
1 changed files with 2 additions and 2 deletions
|
@ -42,12 +42,12 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: node:latest
|
image: node:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/forgejo/download-artifact@v4 # actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: public
|
ref: public
|
||||||
- name: Clean current files in directory
|
- name: Clean current files in directory
|
||||||
run: rm -rf *
|
run: rm -rf *
|
||||||
- uses: actions/download-artifact@v4
|
- uses: https://code.forgejo.org/forgejo/download-artifact@v4 # actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hugo-output
|
name: hugo-output
|
||||||
- name: Unzip hugo output
|
- name: Unzip hugo output
|
||||||
|
|
Loading…
Reference in a new issue