Skip to content

Commit 69ad257

Browse files
committed
ci: Now with *realy* a new docker image ov MoVeDo(?)
1 parent f110620 commit 69ad257

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/movedo.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,25 +70,25 @@ jobs:
7070
run: |
7171
# HACK Latest version of pandoc should already be installed,
7272
# but ... sometimes isn't.
73-
mvd print_pandoc_version
74-
mvd install_pandoc
75-
mvd print_pandoc_version
73+
#mvd print_pandoc_version
74+
#mvd install_pandoc
75+
#mvd print_pandoc_version
7676
mvd install_pdsite
7777
#tlmgr install latex latex-bin
7878
#tlmgr-sys --all
7979
#fmtutil-sys --all
80-
echo "XXX --reinstall texlive-xetex"
81-
apt-get update
82-
apt-get install --reinstall texlive-xetex
83-
echo "XXX show installed fmt's"
84-
find /var/lib/texmf/web2c
80+
#echo "XXX --reinstall texlive-xetex"
81+
#apt-get update
82+
#apt-get install --reinstall texlive-xetex
83+
#echo "XXX show installed fmt's"
84+
#find /var/lib/texmf/web2c
8585
export PATH="$PATH:$HOME/.pdsite/bin"
8686
export MVD_SINGLE_FILE=false
8787
mvd build
8888
# NOTE This is a HACK/FIX because ...
8989
# on some versions of the docker "magic"-universe,
9090
# this symlink is "fantastically" ... not present.
91-
ln -s /usr/bin/xetex /usr/bin/xelatex || true
91+
#ln -s /usr/bin/xetex /usr/bin/xelatex || true
9292
mvd make_pdf --mvd-individual --pdf-engine=xelatex
9393
#mvd make_pdf --mvd-individual --pdf-engine=/usr/bin/xetex
9494

0 commit comments

Comments
 (0)