Skip to content

Commit

Permalink
test/fix: install deps command, misc
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
  • Loading branch information
kbdharun committed Jul 20, 2024
1 parent b03c2e8 commit 9b7ff07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ updates:
schedule:
interval: "daily"
directory: /
- package-ecosystem: github-actions
schedule:
interval: "daily"
directory: /
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/configure-pages@v4

- name: Install dependencies
run: npm ci
run: pnpm install

- name: Build with VitePress
run: pnpm run build
Expand Down

0 comments on commit 9b7ff07

Please sign in to comment.