Skip to content

Commit cf52598

Browse files
authored
Add pwd command for debugging in baseinstall.sh
Added debugging output to baseinstall.sh.
1 parent d036557 commit cf52598

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/jobs/baseinstall.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ ls -atrl public
3737
ls -atrl public/mathjaxfonts
3838
ls -atrl public/mathjaxfonts/*
3939
ls -atrl public/mathjaxfonts/mjx-ncm-zero.woff2
40+
pwd
41+
# The problem might be that we don't install the mathjaxfonts directory in the make domserver step.
4042
realpath /opt/domjudge/domserver/webapp/public
4143
realpath /opt/domjudge/domserver/webapp/public/mathjaxfonts
4244
cd ..

0 commit comments

Comments
 (0)