Skip to content

Commit 34fdb27

Browse files
authored
Merge pull request #110 from QuantEcon/maint-github-actions
MAINT: Updates to github actions and repo infrastructure
2 parents 07bb32c + 3ca29b9 commit 34fdb27

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
mkdir -p _build/lecture-julia.notebooks
8484
cp -a _notebook_repo/. _build/lecture-julia.notebooks
8585
cp -a _build/jupyter/. _build/lecture-julia.notebooks
86+
rm -r _build/lecture-julia.notebooks/_static
87+
rm -r _build/lecture-julia.notebooks/_panels_static
8688
cp lectures/Project.toml _build/lecture-julia.notebooks
8789
cp lectures/Manifest.toml _build/lecture-julia.notebooks
8890
ls -a _build/lecture-julia.notebooks

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
.DS_Store
2+
**/.ipynb_checkpoints
3+
.vscode/settings.json
14
_build

0 commit comments

Comments
 (0)