FIX build
All checks were successful
build-to-pages / build (push) Successful in 15s
build-to-pages / push (push) Successful in 9s

This commit is contained in:
Hoernschen 2023-10-28 22:04:13 +02:00
parent c89ebb915c
commit 6a32e6a83d
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462

View file

@ -37,7 +37,7 @@ jobs:
with: with:
ref: public ref: public
- name: Clean current files in directory - name: Clean current files in directory
run: find -delete run: rm -rf *
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
name: hugo-output name: hugo-output