Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Jun 24, 2024
1 parent fa10695 commit 9c79ce1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-site.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test site
name: Test Site
on:
pull_request:

Expand All @@ -23,8 +23,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2

- name: npm install
run: npm install
- name: npm ci
run: npm ci

- name: run site build
run: npm run build
Expand Down

0 comments on commit 9c79ce1

Please sign in to comment.