v0.6.3 #27
Annotations
1 error and 1 warning
build-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c git config --global --add safe.directory /app && CURRENT_POSITION=$(git rev-parse --abbrev-ref HEAD) && TAGS=$(git tag --sort=-creatordate | head -n $NUM_VERSION | tac) && if [ -z \"$TAGS\" ]; then TAGS=$(git log --format=\"%h\" -n $NUM_VERSION | tac); fi && for TAG in $TAGS; do echo \"Creating version $TAG\"; cd /app/docs && git checkout $TAG; echo \"Checked out to tag: $TAG\"; rm -rf /app-build/docs/docs /app-build/docs/sidebars.js /app-build/docs/static /app-build/docs/src && cp -r /app/docs/docs /app-build/docs/ && cp /app/docs/sidebars.js /app-build/docs/ && cp -r /app/docs/static /app-build/docs/ && cp -r /app/docs/src /app-build/docs/; cd /app-build/docs && npm run docusaurus docs:version $TAG || exit 1; done && cd /app/docs && git checkout $CURRENT_POSITION && rm -rf /app-build/docs/docs /app-build/docs/sidebars.js /app-build/docs/static /app-build/docs/src && cp -r /app/docs/docs /app-build/docs/ && cp /app/docs/sidebars.js /app-build/docs/ && cp -r /app/docs/static /app-build/docs/ && cp -r /app/docs/src /app-build/docs/; cd /app-build/docs && npm run build && echo $TAGS | tr ' ' '\\n' | tac > /app-build/docs/build/versions.txt && echo \"latest\" >> /app-build/docs/build/versions.txt && echo \"Built versions:\" && cat /app-build/docs/build/versions.txt" did not complete successfully: exit code: 1
|
build-image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|