From f062844ac56a71f5597e44f8b446cb4367ade0ec Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Tue, 18 Jul 2023 14:22:31 +0000 Subject: [PATCH] debug actions --- .gitea/workflows/deploy.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 62a7f47..eb4f2b5 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -19,8 +19,6 @@ jobs: fetch-depth: 0 lfs: true submodules: true - - run: | - which yarn - run: | git fetch --force --tags @@ -31,15 +29,13 @@ jobs: with: node-version: 18 - - run: | - which yarn - - name: build docs env: FORCE_COLOR: "true" run: | node --version cd docs + npm install -g yarn yarn install yarn docpress:build