Skip to content

Commit a5a3b04

Browse files
authored
Update static.yml
1 parent 66851da commit a5a3b04

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/static.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
- name: Set up Bun
2020
uses: oven-sh/setup-bun@v2
2121
with:
22-
bun-version: '1.1.29' # Use the version of Bun you want
22+
bun-version: '1.1.29'
2323

2424
- name: Install dependencies
25-
run: bun install # Use bun to install dependencies
25+
run: bun install
2626

2727
- name: Build the project
28-
run: bun run build # Run your build command using Bun
28+
run: bun run build
2929

3030
- name: Deploy to GitHub Pages
3131
uses: peaceiris/actions-gh-pages@v3
3232
with:
33-
github_token: ${{ secrets.GITHUB_TOKEN }}
34-
folder: build # The build folder generated after the build process
33+
github_token: ${{ secrets.github_token }}
34+
folder: build

0 commit comments

Comments
 (0)