Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pwright committed Oct 1, 2024
1 parent 5c3967d commit e1b44f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3.6.0
with:
node-version: '19.6.1'
node-version: '20.x'
- name: Install tutors-html
run: |
npm install --global tutors-json
- name: Build site
run: |
cd build
tutors-json
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit e1b44f8

Please sign in to comment.