test gitea actions
Some checks failed
deploy

This commit is contained in:
Sebastian Frank 2023-03-23 16:57:45 +00:00
parent 66e40c5f16
commit 74fc1aee5d
Signed by: apairon
SSH Key Fingerprint: SHA256:lYVOnGlR42QHj7wuqfFgGw8cKbfyZUpzeRDGVBBAHQU

View File

@ -17,12 +17,15 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags
- run: |
git fetch --force --tags
git lfs pull
- name: build docs
env:
FORCE_COLOR: "true"
run: |
node --version
cd docs
yarn install
yarn docpress:build