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