Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jouwdan committed Aug 30, 2023
1 parent 0fba13d commit f768a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install Dependencies
run: npm install
- name: publish-html
run: cd doc/reference-course; npx -y tutors-publish-html
run: cd doc/reference-course; npm i -g tutors-gen-lib; npx -y ts-node ../../cli/tutors-publish-html/src/tutors-publish-html.ts
- name: Run cypress tests
uses: cypress-io/github-action@v5
with:
Expand Down

0 comments on commit f768a79

Please sign in to comment.