Skip to content

Commit

Permalink
Add GitHub Actions workflow for automatic deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
albindavidc committed Dec 28, 2024
1 parent 17b3b78 commit ae2920f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Build the Angular app
run: npm run build -- --configuration production --base-href /task-manager-angular-v3/


# Step 5: Deploy to GitHub Pages
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit ae2920f

Please sign in to comment.