Skip to content

Commit

Permalink
Update nodejs-windows.yml
Browse files Browse the repository at this point in the history
tweak for docusaurus build on v1 and v2
  • Loading branch information
endiliey authored Dec 7, 2019
1 parent 2b47dc6 commit 8d24e31
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/nodejs-windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node CI Build on Windows
name: Docusaurus on Windows

on:
# Trigger the workflow on push or pull request,
Expand All @@ -22,9 +22,11 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: yarn and yarn build
run: |
yarn
yarn build
- name: Installation
run: yarn
- name: Docusaurus 1 Build
run: yarn build:v1
- name: Docusaurus 2 Build
run: yarn build:v2
env:
CI: true

0 comments on commit 8d24e31

Please sign in to comment.