install dependencies for gh pages and deploy (#12)
This commit is contained in:
parent
fa5499b9fe
commit
3b49e487b6
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -38,6 +38,8 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 10.x
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Generate doc
|
||||
run: npm run doc
|
||||
- name: Deploy doc
|
||||
|
@ -54,6 +56,8 @@ jobs:
|
|||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 10.x
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Build
|
||||
run: npm run build
|
||||
- name: Publish
|
||||
|
|
Loading…
Add table
Reference in a new issue