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

Commit

Permalink
ci: temp fix
Browse files Browse the repository at this point in the history
Also removes a related yet outdated section of the README.
  • Loading branch information
lishaduck committed Jan 19, 2024
1 parent c75152b commit 805e6ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
run: bun install --frozen-lockfile

- name: Lint & Vite Build
run: bun --bun run turbo build
# Use --bun once the next release is cut.
# Right now, bun is incorrectly parsing dotfiles.
run: bun run turbo build

- name: Redirect 404 to Index for SPA
run: cp dist/index.html dist/404.html
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ The source code used to be available at [PSDTools/PHS-Map-old](https://github.co
- Parker Hasenkamp ([**@ParkerH27**](https://github.com/ParkerH27))
- Ethan A ([**@EthanA1**](https://github.com/EthanA1))
- Eli D ([**@lishaduck**](https://github.com/lishaduck))

## Compiling

So I don't forget: `bun --bun run turbo build`.

0 comments on commit 805e6ef

Please sign in to comment.