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