test gitea actions

This commit is contained in:
Sebastian Frank 2023-03-23 16:57:45 +00:00
parent d43b302e1d
commit 82a8729b43

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