Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Fix routing
  • Loading branch information
Martinspire authored Oct 5, 2023
1 parent 9aad907 commit 9f31212
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Build
run: npx nx build --base-href=https://martinspire.github.io/f1app/

- name: Copy index to create 404.html to fix routing
run: cp dist/index.html .dist/404.html

- name: Deploy to GitHub Pages
uses: crazy-max/[email protected]
with:
Expand Down

0 comments on commit 9f31212

Please sign in to comment.