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 579d86f commit 2ed0aedCopy full SHA for 2ed0aed
.github/workflows/DeployPage.yml
@@ -48,7 +48,8 @@ jobs:
48
using Franklin;
49
optimize(;minify=false);
50
"== Place rendered notebooks in the website folder ==";
51
- cp("../notebooks", "__site/notebooks");'
+ cp("../notebooks", "__site/notebooks");
52
+ cp("../homework", "__site/homework");'
53
- name: Build and Deploy
54
uses: JamesIves/github-pages-deploy-action@releases/v3
55
with:
0 commit comments