diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a78c165..17c0f71 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -56,11 +56,6 @@ jobs: uses: actions/checkout@v4 - name: Setup Pages uses: actions/configure-pages@v5 - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - with: - # Upload entire repository - path: '.' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4