From 65e0817e19fae7adc5a5ec65c3123d3c6a94d561 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Fri, 8 Aug 2025 15:10:33 -0400 Subject: [PATCH] oops --- .github/workflows/hugo.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 1cb9997..0865ff3 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -154,6 +154,11 @@ jobs: runs-on: ubuntu-latest needs: build steps: + - name: Download artifact + uses: actions/download-artifact@v4 + with: + name: github-pages + path: ./site - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4