Skip to content

Commit

Permalink
add build html step
Browse files Browse the repository at this point in the history
  • Loading branch information
kenoir committed Feb 15, 2024
1 parent afa86a0 commit 7f14f5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .build/scripts/build_html.sh

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
cache-dependency-path: "yarn.lock"
node-version-file: ".nvmrc"
- name: Convert Notebooks
run: .build/scripts/convert_notebooks.sh
run: .build/scripts/convert_notebooks.sh
- name: Build HTML
run: yarn && yarn build

0 comments on commit 7f14f5d

Please sign in to comment.