From 645c7ccb2c1e9aabe8be1868fa51304600126c1e Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Fri, 8 Aug 2025 16:12:30 -0400 Subject: [PATCH] lol --- .github/workflows/hugo.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 0865ff3..5bd9b0b 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -159,6 +159,10 @@ jobs: with: name: github-pages path: ./site + - name: Extract artifact + run: | + cd site + tar -xf artifact.tar - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4