diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 63e6b0b4c..c1bce3c26 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -63,7 +63,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: github-pages + name: site path: ./public deploy: @@ -77,4 +77,4 @@ jobs: id: deployment uses: actions/deploy-pages@v3 with: - artifact_name: github-pages \ No newline at end of file + artifact_name: site \ No newline at end of file