Skip to content

Commit 04726a4

Browse files
committed
chore: build script
1 parent 448d453 commit 04726a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-to-gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@dev
11+
uses: actions/checkout@master
1212

1313
- name: Build and Deploy
1414
uses: JamesIves/github-pages-deploy-action@master
1515
env:
1616
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
1717
BRANCH: gh-pages
1818
FOLDER: docs/.vuepress/dist
19-
BUILD_SCRIPT: npm install && npm run docs:build
19+
BUILD_SCRIPT: yarn && yarn run docs:build

0 commit comments

Comments
 (0)