Skip to content

Commit

Permalink
cicd: copy 404
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Jan 13, 2024
1 parent a80cfbf commit 09ed590
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/angular-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: npm ci

- name: Build Angular App
run: npm run build -- --base-href="/angular-a11y-demo/"
run: npm run build -- --base-href="/angular-a11y-demo/" && cp dist/a11y-demo/browser/index.html dist/a11y-demo/browser/404.html

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
Empty file added .nojekyll
Empty file.

0 comments on commit 09ed590

Please sign in to comment.