Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NeftaliYagua authored Jan 13, 2025
1 parent ba437ab commit ea63d1e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ea63d1e

Please sign in to comment.