diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index a59dfc25f..455fd7ed1 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -121,5 +121,5 @@ jobs: id: deployment uses: actions/deploy-pages@v3 with: - artifact_name: site + artifact_name: github-pages path: ./public \ No newline at end of file