Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Nov 1, 2024
1 parent 5ea7ea7 commit 5275ee2
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 @@ -93,7 +93,7 @@ jobs:
if: ${{ steps.cache-nb.outputs.cache-hit != 'true' }}
run: |
mkdir -p ${{ env.NBCACHE }}/docs
cp - r docs/data ${{ 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/
Expand Down

0 comments on commit 5275ee2

Please sign in to comment.