diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f37787e..01b7e23 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,6 +42,7 @@ jobs: run: | cd build tutors-json + mv json public-site tutors-html - name: Deploy to GitHub Pages diff --git a/build-preview.sh b/build-preview.sh index abaa77c..b318981 100644 --- a/build-preview.sh +++ b/build-preview.sh @@ -5,5 +5,7 @@ python template/logseq.py logseq/ build/ template/ # run tutors cd build +tutors-json +mv json public-site tutors-html cd ..