From edd68b92141caa32b2f83238af764d5a253cbabc Mon Sep 17 00:00:00 2001 From: David Stainton Date: Sat, 7 Dec 2024 10:30:43 -0800 Subject: [PATCH] wip --- .github/workflows/hugo.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index d507e8fe4..6ab883274 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -44,10 +44,6 @@ jobs: - name: Install PostCSS run: npm install -g autoprefixer postcss postcss-cli - - name: Setup Pages - id: pages - uses: actions/configure-pages@v5 - - name: Build with Hugo env: HUGO_ENVIRONMENT: production @@ -57,8 +53,12 @@ jobs: --gc \ --baseURL "https://katzenpost.network/" + - name: Setup Pages + id: pages + uses: actions/configure-pages@v5 + - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: ./public @@ -71,4 +71,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4