mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 18:07:00 +02:00
Update nodejs-windows.yml
tweak for docusaurus build on v1 and v2
This commit is contained in:
parent
2b47dc66a3
commit
8d24e31df4
1 changed files with 7 additions and 5 deletions
12
.github/workflows/nodejs-windows.yml
vendored
12
.github/workflows/nodejs-windows.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Node CI Build on Windows
|
||||
name: Docusaurus on Windows
|
||||
|
||||
on:
|
||||
# Trigger the workflow on push or pull request,
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue