We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9c7a6 commit af24391Copy full SHA for af24391
.github/workflows/gh-pages.yml
@@ -10,15 +10,14 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: checkout
13
- uses: actions/checkout@v3
14
- - uses: actions/setup-node@v3
15
- with:
16
- node-version: "16"
+ uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
+ - uses: oven-sh/setup-bun@v2
17
- name: install
18
- run: yarn
+ run: bun i
19
- name: Deploy with gh-pages
20
run: |
21
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
22
- npm run deploy -- -u "github-actions-bot <[email protected]>"
+ bun run deploy -- -u "github-actions-bot <[email protected]>"
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments