Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DDtMM authored Aug 9, 2023
1 parent 54be995 commit 067d1c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
steps.cache-nodemodules.outputs.cache-hit != 'true' # if cache hits the skip this step.
run: npm ci
- name: Build Demo site
run: npx ng build demo --base-href /angular-signal-generators/ & npx cpy ./docs/index.html ./ --rename 404.html
run: npx ng build demo --base-href /angular-signal-generators/
- name: Make 404 page from Index.
run: npx cpy ./docs/index.html ./ --rename 404.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 067d1c5

Please sign in to comment.