From e1b44f8334084aac011032f82a71948b60e3c0a0 Mon Sep 17 00:00:00 2001 From: Paul Wright Date: Tue, 1 Oct 2024 12:16:00 +0100 Subject: [PATCH] update --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5095098..a08378a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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