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
echo "No documentation files were changed in this PR." >> comment.md
86
85
fi
87
86
88
-
cat << 'EOF' >> comment.md
89
-
90
-
---
87
+
echo "" >> comment.md
88
+
echo "</details>" >> comment.md
91
89
92
-
> **Note:** The preview will be available after GitHub Pages deployment completes (usually 1-2 minutes).
93
-
> If you see stale content, hard-refresh your browser (Ctrl+Shift+R) or wait a moment for GitHub Pages to update.
94
-
EOF
90
+
echo "" >> comment.md
91
+
echo "---" >> comment.md
92
+
echo "" >> comment.md
93
+
echo "> **Note:** The preview will be available after GitHub Pages deployment completes (usually 1-2 minutes). Ensure that **generated at** timestamp is up to date. If you see stale content, hard-refresh your browser (Ctrl+Shift+R) or wait a moment for GitHub Pages to update." >> comment.md
0 commit comments