Action Setup Hugo now points to Github Action; Re-Added Artifact Upload
Some checks failed
CI / build (push) Failing after 13s
Some checks failed
CI / build (push) Failing after 13s
This commit is contained in:
parent
e31b8d92ac
commit
63b76ce93e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue