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 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- run: git fetch --force --tags - run: |
git fetch --force --tags
git lfs pull
- name: build docs - name: build docs
env: env:
FORCE_COLOR: "true" FORCE_COLOR: "true"
run: | run: |
node --version
cd docs cd docs
yarn install yarn install
yarn docpress:build yarn docpress:build