Skip to content

Commit 9fd6097

Browse files
authored
MAINT: add -f flag for _panels in publish (#268)
* MAINT: Maintenance and Updates * update python build versions * update deprecated syntax in _config.yml * additional config for updated theme * fix toml files in download nb repo * add -f flag to removals
1 parent d9efc0c commit 9fd6097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
mkdir -p _build/lecture-julia.notebooks
9494
cp -a _notebook_repo/. _build/lecture-julia.notebooks
9595
cp -a _build/jupyter/. _build/lecture-julia.notebooks
96-
rm -r _build/lecture-julia.notebooks/_static
97-
rm -r _build/lecture-julia.notebooks/_panels_static
96+
rm -rf _build/lecture-julia.notebooks/_static
97+
rm -rf _build/lecture-julia.notebooks/_panels_static
9898
cp lectures/Project.toml _build/lecture-julia.notebooks
9999
cp lectures/Manifest.toml _build/lecture-julia.notebooks
100100
ls -a _build/lecture-julia.notebooks

0 commit comments

Comments
 (0)