Skip to content

Commit 1abba6d

Browse files
committed
MAINT: copy contents not directory
1 parent 4f6682b commit 1abba6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
QE_SERVICES_PAT: ${{ secrets.QUANTECON_SERVICES_PAT }}
105105
run: |
106106
git clone https://quantecon-services:[email protected]/quantecon/lecture-julia.notebooks
107-
cp -r _build/lecture-julia.notebooks/ lecture-julia.notebooks
107+
cp -r _build/lecture-julia.notebooks/. lecture-julia.notebooks
108108
cd lecture-julia.notebooks
109109
git config user.name "QuantEcon Services"
110110
git config user.email "[email protected]"

0 commit comments

Comments
 (0)