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 fetch-depth: 0
lfs: true lfs: true
submodules: true submodules: true
- run: |
which yarn
- run: | - run: |
git fetch --force --tags git fetch --force --tags
@ -31,15 +29,13 @@ jobs:
with: with:
node-version: 18 node-version: 18
- run: |
which yarn
- name: build docs - name: build docs
env: env:
FORCE_COLOR: "true" FORCE_COLOR: "true"
run: | run: |
node --version node --version
cd docs cd docs
npm install -g yarn
yarn install yarn install
yarn docpress:build yarn docpress:build