parent
66e40c5f16
commit
74fc1aee5d
@ -17,12 +17,15 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- run: git fetch --force --tags
|
- run: |
|
||||||
|
git fetch --force --tags
|
||||||
|
git lfs pull
|
||||||
|
|
||||||
- name: build docs
|
- name: build docs
|
||||||
env:
|
env:
|
||||||
FORCE_COLOR: "true"
|
FORCE_COLOR: "true"
|
||||||
run: |
|
run: |
|
||||||
|
node --version
|
||||||
cd docs
|
cd docs
|
||||||
yarn install
|
yarn install
|
||||||
yarn docpress:build
|
yarn docpress:build
|
||||||
|
Loading…
Reference in New Issue
Block a user