We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23b73b commit c60a04cCopy full SHA for c60a04c
4 files changed
.github/workflows/main.yml
@@ -12,11 +12,12 @@ jobs:
12
- name: Use Node.js
13
uses: actions/setup-node@v2-beta
14
with:
15
- node-version: '14'
16
- - name: Install & build
17
- run: |
18
- npm install
19
- npm run export
+ node-version: 14
+ cache: yarn
+ - name: Install
+ run: yarn
+ - name: Build
20
+ run: yarn export
21
- name: Deploy
22
uses: peaceiris/actions-gh-pages@v3
23
.husky/pre-push
@@ -2,4 +2,4 @@
2
3
. "$(dirname "$0")/_/husky.sh"
4
5
-npm run build
+npm run export
0 commit comments