debug actions

This commit is contained in:
Sebastian Frank 2023-07-18 14:22:31 +00:00
parent 794c776975
commit f062844ac5

View File

@ -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