diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77b49d85..96cb2fd9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,19 +42,3 @@ jobs: - name: Run build run: npm run build:prod - - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - with: - path: ./dist/web-app/ - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 - - name: Deploy to github pages