You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if echo "$CHANGED" | grep -E '^(docs-next/|sidebars-next\.ts$|next_versions\.json$|i18n/zh-CN/docusaurus-plugin-content-docs-next/|docusaurus\.config\.js$|\.github/workflows/docs-next-build\.yml$)' >/dev/null; then
50
+
echo "relevant=true" >> "$GITHUB_OUTPUT"
51
+
else
52
+
echo "relevant=false" >> "$GITHUB_OUTPUT"
53
+
echo "No docs-next-related changes detected; skipping build."
0 commit comments