Action Setup Hugo now points to Github Action; Re-Added Artifact Upload
Some checks failed
CI / build (push) Failing after 13s

This commit is contained in:
kB01 2024-04-11 20:04:45 +02:00
parent e31b8d92ac
commit 63b76ce93e

View file

@ -31,7 +31,7 @@ jobs:
run: npm install postcss-cli -g run: npm install postcss-cli -g
- name: Setup hugo - name: Setup hugo
uses: peaceiris/actions-hugo@v2 uses: https://github.com/peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.123.8' hugo-version: '0.123.8'
extended: true extended: true
@ -43,7 +43,7 @@ jobs:
run: cd themes/kb-one-de-theme && node ./hugo-encrypt.js run: cd themes/kb-one-de-theme && node ./hugo-encrypt.js
- name: Upload Artifacts - name: Upload Artifacts
if: ${{ false }} if: ${{ true }}
uses: forgejo/upload-artifact@v4 uses: forgejo/upload-artifact@v4
with: with:
name: public name: public