From 63b76ce93e09f58f842d027003f49abce59df366 Mon Sep 17 00:00:00 2001
From: kB01 <kb01.de@proton.me>
Date: Thu, 11 Apr 2024 20:04:45 +0200
Subject: [PATCH] Action Setup Hugo now points to Github Action; Re-Added
 Artifact Upload

---
 .github/workflows/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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