Skip to content

Commit 12523e6

Browse files
committed
deploy pages
1 parent 1f5955a commit 12523e6

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: nci
3838

3939
- name: Install Playwright Browsers
40-
run: pnpm exec playwright install --with-deps
40+
run: npm exec playwright install --with-deps
4141

4242
- name: Build
4343
run: nr build --base /${{github.event.repository.name}}/

0 commit comments

Comments
 (0)