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 1238e11 commit 5c3967d
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,17 @@ jobs:
- name: Run logseq Python script
run: python template/logseq.py logseq/ build/ template/

- name: Set up Node.js
uses: actions/setup-node@v3
- name: Setup Node.js
uses: actions/setup-node@v3.6.0
with:
node-version: '18.x'

- name: Install Tutors HTML
run: npm install -g tutors-html

- name: Run tutors-html
node-version: '19.6.1'
- name: Install tutors-html
run: |
npm install --global tutors-json
- name: Build site
run: |
cd build
npx tutors-html
tutors-json
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 5c3967d

Please sign in to comment.