Skip to content

Commit

Permalink
Simple mistake correction
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffinPX committed Sep 3, 2024
1 parent 993dd2d commit 7a75573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install Dependencies
run: bun install --production
- name: Build
run: npm run build
run: bun run build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 7a75573

Please sign in to comment.