FIX bug
All checks were successful
build-to-pages / build (push) Successful in 3m11s
build-to-pages / push (push) Successful in 22s

This commit is contained in:
Hoernschen 2024-12-28 20:00:51 +01:00
parent 9c4c2b49d5
commit 3027a2ef30
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462

View file

@ -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