Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
imimbert committed Feb 4, 2024
1 parent 39accf2 commit 2d13929
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 20
# version: 2
# updates:
# - package-ecosystem: npm
# directory: "/"
# schedule:
# interval: daily
# open-pull-requests-limit: 20
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
node-version: 16
- run: npm i pnpm -g
- run: pnpm install --frozen-lockfile
- run: npm install --frozen-lockfile

- name: Build
run: pnpm docs:build
run: npm docs:build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 2d13929

Please sign in to comment.