We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eefb92 commit 1c959feCopy full SHA for 1c959fe
.github/workflows/publish.yml
@@ -53,6 +53,7 @@ jobs:
53
run: |
54
mkdir -p _build/lecture-python-programming.notebooks
55
cp -a _notebook_repo/. _build/lecture-python-programming.notebooks
56
+ cp environment.yml _build/lecture-python-programming.notebooks
57
cp _build/jupyter/*.ipynb _build/lecture-python-programming.notebooks
58
ls -a _build/lecture-python-programming.notebooks
59
- name: Commit latest notebooks to lecture-python-programming.notebooks
0 commit comments