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