debug actions
Some checks failed
deploy to production / deploy (push) Failing after 9s

This commit is contained in:
2023-07-18 14:10:51 +00:00
parent 39784aa919
commit 3590afbebd
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"