diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 4b0d430..ae566c7 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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