From 0f479f79140a776abd6daf9d91045c1bcba2b2cc Mon Sep 17 00:00:00 2001 From: Alexander Kalinovsky Date: Sat, 1 Mar 2025 01:24:41 +0700 Subject: [PATCH] fix docs deploy --- .gitea/workflows/build-deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-deploy-docs.yml b/.gitea/workflows/build-deploy-docs.yml index a303c4e..81bccdc 100644 --- a/.gitea/workflows/build-deploy-docs.yml +++ b/.gitea/workflows/build-deploy-docs.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Base requirements run: | - apt update && apt install nodejs -y + apk update && apk add --no-cache nodejs - uses: actions/checkout@v4 # For pull requests it's not necessary to checkout the code but for the main branch it is - uses: dorny/paths-filter@v3