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