Fixed ui openapi.json bug. Reverted buildDir settings
All checks were successful
checks-impure / test (pull_request) Successful in 27s
checks / test (pull_request) Successful in 3m18s

This commit is contained in:
2024-01-23 12:17:29 +01:00
parent 6f4bab98c1
commit 2fb2a1d22a
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,8 @@ jobs:
git commit -am "update ui-assets.nix"
echo "Current branch: $GITHUB_REF_NAME"
git push origin HEAD:$GITHUB_REF_NAME
git push origin HEAD:"$GITHUB_REF_NAME"
echo "Done uploading"
fi
else
echo "No UI files changed. Skipping asset build and push"