Skip to content

Commit 087247a

Browse files
committed
Keep Pages deployment release-based
1 parent e8ef322 commit 087247a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Install dependencies
3333
run: npm ci
3434

35+
- name: Audit production dependencies
36+
run: npm audit --omit=dev --audit-level=high
37+
3538
- name: Build
3639
run: npm run build
3740

0 commit comments

Comments
 (0)