Skip to content

Commit

Permalink
can i put json and html in output?
Browse files Browse the repository at this point in the history
  • Loading branch information
pwright committed Oct 2, 2024
1 parent 62b13fb commit 86c029b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,16 @@ jobs:
- name: Install tutors-html
run: |
npm install --global tutors-html
npm install --global tutors-json
- name: Build site
run: |
cd build
tutors-json
tutors-html
- name: Install rsync
run: |
apt-get update && apt-get install -y rsync
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 86c029b

Please sign in to comment.