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