From 44e5ea2a5bd33d35c5ad3e22eb920d6a7a837f15 Mon Sep 17 00:00:00 2001 From: NickOvt Date: Wed, 22 Jan 2025 11:18:42 +0200 Subject: [PATCH] fix actions --- .github/workflows/deploy-pages-docs.yml | 2 +- .gitignore | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-pages-docs.yml b/.github/workflows/deploy-pages-docs.yml index af40867..fded206 100644 --- a/.github/workflows/deploy-pages-docs.yml +++ b/.github/workflows/deploy-pages-docs.yml @@ -34,7 +34,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x - cache: yarn + cache: npm - name: Install dependencies run: npm ci - name: Build diff --git a/.gitignore b/.gitignore index 3dab283..27112cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ # Dependencies node_modules -yarn.lock # Production /build @@ -17,6 +16,4 @@ docs/wildduck-api .env.test.local .env.production.local -npm-debug.log* -yarn-debug.log* -yarn-error.log* \ No newline at end of file +npm-debug.log* \ No newline at end of file