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 4f6682b commit 1abba6dCopy full SHA for 1abba6d
.github/workflows/publish.yml
@@ -104,7 +104,7 @@ jobs:
104
QE_SERVICES_PAT: ${{ secrets.QUANTECON_SERVICES_PAT }}
105
run: |
106
git clone https://quantecon-services:[email protected]/quantecon/lecture-julia.notebooks
107
- cp -r _build/lecture-julia.notebooks/ lecture-julia.notebooks
+ cp -r _build/lecture-julia.notebooks/. lecture-julia.notebooks
108
cd lecture-julia.notebooks
109
git config user.name "QuantEcon Services"
110
git config user.email "[email protected]"
0 commit comments