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.
1 parent e346ca9 commit 8fd27e4Copy full SHA for 8fd27e4
.github/workflows/builddocsite.yml
@@ -93,13 +93,15 @@ jobs:
93
done
94
#git add ${dest}
95
96
- mkdir ../help/tutorial_template
97
- cp tutorial.css ../help/tutorial_template
+ mkdir ../tutorial_template
+ cp tutorial.css ../tutorial_template
98
fil=template.md
99
- outfile=../help/tutorial_template/template.html
+ outfile=../tutorial_template/template.html
100
echo "creating $outfile from $fil"
101
pandoc --standalone --mathjax --css tutorial.css -o ${outfile} ${fil}
102
sed -i "s/<figure>/<BR clear=all><figure>/g" ${outfile}
103
+ mkdir ../tutorial_template/imgs
104
+ cp FontSize/imgs/*.png ../tutorial_template/imgs/
105
#cd ..
106
107
- name: build tutorials index
0 commit comments