Skip to content

Commit 85f61be

Browse files
committed
Update workflow
1 parent 419ae82 commit 85f61be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml renamed to .github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ jobs:
3333
3434
- name: Build the Angular project
3535
run: ng build --base-href "/"
36+
37+
- name: Deploy to GitHub Pages
38+
run: ng deploy --base-href "/"

0 commit comments

Comments
 (0)