diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 3e647ec6e..afb798bb7 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -117,6 +117,13 @@ jobs: fi - name: List current folders run: ls -la ./public + - name: Setup Pages + uses: actions/configure-pages@v5 + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + # Upload entire repository + path: './public' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v3 \ No newline at end of file