Skip to content

Commit

Permalink
Minor tweaks to deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Nov 13, 2023
1 parent eba7ca2 commit 158ee48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "npm"
node-version: 20.x
cache: npm
- name: Install npm dependencies
run: npm install
- name: Build
- name: Build with Suri
run: npm run build
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 158ee48

Please sign in to comment.