Skip to content

Commit

Permalink
update gh_pages_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcvp committed Sep 8, 2024
1 parent 1b8af70 commit f812c72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
uses: actions/checkout@v4
- name: Build
run: npm ci && npm run build:githubpages
- name: Create 404 page
run: cp www/index.html www/404.html
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit f812c72

Please sign in to comment.