Skip to content

Commit 6fe3a1b

Browse files
authored
chore: Update deploy.yml (#663)
1 parent bf91b18 commit 6fe3a1b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: oven-sh/setup-bun@v2
14-
- run: bun i
13+
- uses: actions/setup-node@v4
14+
with:
15+
node-version: 16
16+
- run: npm i
1517
- name: site
18+
run: npm run build
1619
env:
1720
CI: true
1821
GA_KEY: UA-72788897-5
1922
PROGRESS: none
20-
run: bun run build
2123
- name: Deploy
2224
uses: peaceiris/actions-gh-pages@v4
2325
with:

0 commit comments

Comments
 (0)