Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyNelson314 committed Jan 23, 2025
1 parent a824a2a commit ba8778f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- name: Install
Expand All @@ -30,7 +30,6 @@ jobs:
- name: Build
run: |
npm run build
tree .
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit ba8778f

Please sign in to comment.