Skip to content

Commit 8fd27e4

Browse files
committed
put tutorial template into right place in web site
1 parent e346ca9 commit 8fd27e4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/builddocsite.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,15 @@ jobs:
9393
done
9494
#git add ${dest}
9595
done
96-
mkdir ../help/tutorial_template
97-
cp tutorial.css ../help/tutorial_template
96+
mkdir ../tutorial_template
97+
cp tutorial.css ../tutorial_template
9898
fil=template.md
99-
outfile=../help/tutorial_template/template.html
99+
outfile=../tutorial_template/template.html
100100
echo "creating $outfile from $fil"
101101
pandoc --standalone --mathjax --css tutorial.css -o ${outfile} ${fil}
102102
sed -i "s/<figure>/<BR clear=all><figure>/g" ${outfile}
103+
mkdir ../tutorial_template/imgs
104+
cp FontSize/imgs/*.png ../tutorial_template/imgs/
103105
#cd ..
104106
105107
- name: build tutorials index

0 commit comments

Comments
 (0)