Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
JodieAddis committed Feb 17, 2024
1 parent 741ede2 commit 9b63181
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 18
cache: "npm"
with:
node-version: 18
cache: "npm"

- run: npm i

Expand All @@ -76,4 +76,3 @@ jobs:
- name: Deploy to GH pages
uses: actions/deploy-pages@v1
id: deployment

0 comments on commit 9b63181

Please sign in to comment.