Skip to content

Commit b2d44a9

Browse files
authored
Copy files from assets folder (#79)
1 parent 00bdce0 commit b2d44a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_tutorial.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ if [ -d "$folder/figures" ]; then
3232
cp -r "$folder/figures/"* "markdown/$folder_without_tutorial_prefix/figures/"
3333
fi
3434

35+
if [ -d "$folder/assets" ]; then
36+
mkdir -p "markdown/$folder_without_tutorial_prefix/assets/"
37+
cp -r "$folder/assets/"* "markdown/$folder_without_tutorial_prefix/assets/"
38+
fi
39+
3540
if [ -d "markdown/$folder_without_tutorial_prefix/figures" ]; then
3641
cp -r "markdown/$folder_without_tutorial_prefix/figures" "parsed/$folder_without_tutorial_prefix/"
3742
fi

0 commit comments

Comments
 (0)