Skip to content

Commit

Permalink
Literate notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Nov 1, 2024
1 parent 22be355 commit 5ea7ea7
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 393 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ jobs:
key: ${{ steps.cache-julia.outputs.cache-primary-key }}
- name: Run notebooks
if: ${{ steps.cache-nb.outputs.cache-hit != 'true' }}
run: julia --project=@. --color=yes -p ${{ env.LITERATE_PROC }} ci.jl
run: |
mkdir -p ${{ env.NBCACHE }}/docs
cp - r docs/data ${{ env.NBCACHE }}/docs/
julia --project=@. --color=yes -p ${{ env.LITERATE_PROC }} ci.jl
- name: Copy back built notebooks
run: cp --verbose -rf ${{ env.NBCACHE }}/docs/* docs/
- name: Build website
Expand Down
Loading

0 comments on commit 5ea7ea7

Please sign in to comment.