Add missing logo to website
All checks were successful
/ test (push) Successful in 11s

This commit is contained in:
Christopher Baines 2026-04-14 10:32:01 +03:00
parent 5b0e6397dc
commit 08fa06f8f4

View file

@ -17,6 +17,7 @@ jobs:
- run: |
cd safsaf-pages
cp ../safsaf-trunk/doc/index.html .
cp ../safsaf-trunk/doc/logo.svg .
git add .
if [[ -z "$(git status -s)" ]]; then
echo "Nothing to push"