Bugfix logo change #87

Merged
alex merged 3 commits from bugfix-logo-change into main 2023-06-28 20:42:37 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2b5ddcd72b - Show all commits

View File

@ -91,7 +91,7 @@ latest_remote_sha () {
# do the build
build_page() {
# sync logo with spaceapi
"python3" "$CLONE_DIR""/spaceapi.py" "$CLONE_DIR"
./spaceapi.py "$CLONE_DIR"
TMPDIR=$(mktemp -d -t hugo_build_XXXXX)