Skip to content

Commit

Permalink
Update angular-CI_CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fsegurai authored Jun 6, 2024
1 parent 9ec5a8c commit d09c860
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/angular-CI_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,11 @@ jobs:
- name: Test library
run: yarn test:ci_cd

- name: Build demo
run: yarn build:demo
- name: Build demo - Step 01
run: yarn gh-pages:build

- name: Build demo - Step 02
run: yarn gh-pages:postbuild

- name: Deploy to gh-pages branch
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit d09c860

Please sign in to comment.