Skip to content

Commit

Permalink
Hacky fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Aug 28, 2024
1 parent 26ef464 commit 7bb5742
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build with Trunk
- name: Build
run: pnpm build

- name: Hacky fix
run: cp build/index.html build/404.html

- name: Setup GitHub Pages
uses: actions/configure-pages@v4

Expand Down

0 comments on commit 7bb5742

Please sign in to comment.