Skip to content

Commit

Permalink
ci: fix path for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
samrum committed Aug 3, 2024
1 parent fd0398c commit 21fa3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
id-token: write

concurrency:
group: "pages"
group: 'pages'
cancel-in-progress: false

jobs:
Expand All @@ -21,7 +21,7 @@ jobs:
- uses: oven-sh/setup-bun@v1

- run: bun install
- run: bun run build
- run: bun run build --base=/flash/

- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 21fa3a9

Please sign in to comment.