Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pwright committed Oct 2, 2024
1 parent 1809922 commit 72147ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: |
cd build
tutors-json
mv json public-site
tutors-html
- name: Deploy to GitHub Pages
Expand Down
2 changes: 2 additions & 0 deletions build-preview.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ python template/logseq.py logseq/ build/ template/

# run tutors
cd build
tutors-json
mv json public-site
tutors-html
cd ..

0 comments on commit 72147ed

Please sign in to comment.