Skip to content

Commit

Permalink
What does exist
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 8, 2024
1 parent 7cf183a commit 2405828
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/jobs/baseinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ else
--enable-judgehost-build=no | tee "$ARTIFACTS"/configure.txt
make domserver
make install-domserver
mkdir -p /opt/domjudge/domserver/webapp/public/doc/logos
ls -l /opt/domjudge/domserver/webapp/public
ls -l /opt/domjudge/domserver/webapp/public/doc
ls -l /opt/domjudge/domserver/webapp/public/doc/logos
cp webapp/public/doc/logos/DOMjudgelogo.pdf /opt/domjudge/domserver/webapp/public/doc/logos/
find /opt/domjudge/domserver -name DOMjudgelogo.pdf
fi
Expand Down

0 comments on commit 2405828

Please sign in to comment.