Skip to content

Commit 1295284

Browse files
committed
all in notebooks
1 parent 2ed0aed commit 1295284

File tree

18 files changed

+14
-792
lines changed

18 files changed

+14
-792
lines changed

.github/workflows/DeployPage.yml

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

0 commit comments

Comments
 (0)