Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit a94239f

Browse files
authored
Update deploy.yml
1 parent 36fed5c commit a94239f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
7474
7575
- name: Install dependencies
76-
run:
76+
run: |
7777
cd frontend
7878
bun install
7979
8080
- name: Build with Next.js
81-
run:
81+
run: |
8282
cd frontend
8383
bun run build
8484
@@ -97,4 +97,4 @@ jobs:
9797
steps:
9898
- name: Deploy to GitHub Pages
9999
id: deployment
100-
uses: actions/deploy-pages@v4
100+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)