From 1b016f3161fbb82c2c6f4c3ba3f5abf50825e4b4 Mon Sep 17 00:00:00 2001 From: Stefan Bauer Date: Wed, 20 Nov 2024 10:44:42 +0100 Subject: [PATCH] chore: fix hugo --- .github/workflows/hugo.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index c785aaf8e..b08d632e1 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -83,8 +83,9 @@ jobs: - name: Copy hTWOo React style guide run: git checkout main -- docs/htwoo-react/* && mv -f docs/htwoo-react public/htwoo-react/ - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: + name: site path: ./public deploy: @@ -96,4 +97,6 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 \ No newline at end of file + uses: actions/deploy-pages@v3 + with: + artifact_name: site \ No newline at end of file