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:
|
||||
image: node:latest
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/forgejo/download-artifact@v4 # actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: public
|
||||
- name: Clean current files in directory
|
||||
run: rm -rf *
|
||||
- uses: actions/download-artifact@v4
|
||||
- uses: https://code.forgejo.org/forgejo/download-artifact@v4 # actions/download-artifact@v4
|
||||
with:
|
||||
name: hugo-output
|
||||
- name: Unzip hugo output
|
||||
|
|
Loading…
Reference in a new issue