diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 82b5814..abf83ab 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Upload Build uses: actions/upload-artifact@v3 with: - name: dist + name: github-pages path: ./dist # Deploy job @@ -37,11 +37,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: Download Build - uses: actions/download-artifact@v3 - with: - name: dist - path: ./dist - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4