Skip to content

Commit

Permalink
add tutorial generation to before build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishi Raj Jain committed Aug 20, 2023
1 parent 8a158f9 commit 40ba893
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 31 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@ jobs:
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Generate tutorials
run: node scripts/generateTutorials.mjs
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
- name: Generate static pages
run: pnpm build
31 changes: 0 additions & 31 deletions .github/workflows/train.yml

This file was deleted.

0 comments on commit 40ba893

Please sign in to comment.