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.
assets
1 parent 00bdce0 commit b2d44a9Copy full SHA for b2d44a9
.github/workflows/build_tutorial.sh
@@ -32,6 +32,11 @@ if [ -d "$folder/figures" ]; then
32
cp -r "$folder/figures/"* "markdown/$folder_without_tutorial_prefix/figures/"
33
fi
34
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
+
40
if [ -d "markdown/$folder_without_tutorial_prefix/figures" ]; then
41
cp -r "markdown/$folder_without_tutorial_prefix/figures" "parsed/$folder_without_tutorial_prefix/"
42
0 commit comments