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
commit 08fa06f8f4

View file

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