Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NickOvt committed Jan 22, 2025
1 parent d6c844c commit 44e5ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Dependencies
node_modules
yarn.lock

# Production
/build
Expand All @@ -17,6 +16,4 @@ docs/wildduck-api
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
npm-debug.log*

0 comments on commit 44e5ea2

Please sign in to comment.