diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index caa8f97..f330c5e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,7 +61,6 @@ jobs: uses: actions/upload-pages-artifact@v3 with: path: "./dist" - name: "github-pages" deploy: environment: @@ -73,5 +72,3 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v3 - with: - artifact_name: "github-pages"