Skip to content

Commit 2ed0aed

Browse files
committed
missing hw notebooks
1 parent 579d86f commit 2ed0aed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/DeployPage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
using Franklin;
4949
optimize(;minify=false);
5050
"== Place rendered notebooks in the website folder ==";
51-
cp("../notebooks", "__site/notebooks");'
51+
cp("../notebooks", "__site/notebooks");
52+
cp("../homework", "__site/homework");'
5253
- name: Build and Deploy
5354
uses: JamesIves/github-pages-deploy-action@releases/v3
5455
with:

0 commit comments

Comments
 (0)