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 8278cb3 commit 8ac9a58Copy full SHA for 8ac9a58
.github/workflows/publish.yml
@@ -53,7 +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
+ # 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