Skip to content

Commit b02be4a

Browse files
committed
Copying toml files from the lectures root instead
1 parent 72b68d2 commit b02be4a

File tree

3 files changed

+2
-2315
lines changed

3 files changed

+2
-2315
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
mkdir -p _build/lecture-julia.notebooks
8484
cp -a _notebook_repo/. _build/lecture-julia.notebooks
8585
cp _build/jupyter/*.ipynb _build/lecture-julia.notebooks
86+
cp lectures/Project.toml _build/lecture-julia.notebooks
87+
cp lectures/Manifest.toml _build/lecture-julia.notebooks
8688
ls -a _build/lecture-julia.notebooks
8789
- name: Commit latest notebooks to lecture-julia.notebooks
8890
uses: cpina/[email protected]

0 commit comments

Comments
 (0)