debug actions
This commit is contained in:
parent
794c776975
commit
f062844ac5
@ -19,8 +19,6 @@ jobs:
|
||||
fetch-depth: 0
|
||||
lfs: true
|
||||
submodules: true
|
||||
- run: |
|
||||
which yarn
|
||||
|
||||
- run: |
|
||||
git fetch --force --tags
|
||||
@ -31,15 +29,13 @@ jobs:
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
- run: |
|
||||
which yarn
|
||||
|
||||
- name: build docs
|
||||
env:
|
||||
FORCE_COLOR: "true"
|
||||
run: |
|
||||
node --version
|
||||
cd docs
|
||||
npm install -g yarn
|
||||
yarn install
|
||||
yarn docpress:build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user