From 0c17457a8e3dcc88e6167be8bf475597e6d357bf Mon Sep 17 00:00:00 2001 From: Stefan Bauer Date: Tue, 3 Dec 2024 08:40:13 +0100 Subject: [PATCH] chore: publish pages --- .github/workflows/hugo.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 4f01813c2..dc004401c 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -124,8 +124,6 @@ jobs: with: name: public path: './public' - # - name: Deploy to GitHub Pages - # id: deployment - # uses: actions/deploy-pages@v3 - # with: - # artifact_name: public \ No newline at end of file + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 \ No newline at end of file