debug actions

This commit is contained in:
2023-07-18 14:10:51 +00:00
parent e38f3a59e8
commit 794c776975
3 changed files with 25 additions and 20 deletions

View File

@@ -19,6 +19,9 @@ jobs:
fetch-depth: 0
lfs: true
submodules: true
- run: |
which yarn
- run: |
git fetch --force --tags
@@ -28,6 +31,9 @@ jobs:
with:
node-version: 18
- run: |
which yarn
- name: build docs
env:
FORCE_COLOR: "true"