File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,22 +92,22 @@ jobs:
9292 else
9393 label="Manual ($base)"
9494 fi
95- echo "- [$label](/ $dir/)" >> "$HISTORY_FILE_MD"
95+ echo "- [$label]($dir/)" >> "$HISTORY_FILE_MD"
9696 done <<< "$EXISTING_INDEXES"
9797 fi
9898 # Add current run at the top
99- echo "- [Current Run](/ $SUBPATH/)" | cat - "$HISTORY_FILE_MD" > "$HISTORY_FILE_MD.tmp" && mv "$HISTORY_FILE_MD.tmp" "$HISTORY_FILE_MD"
99+ echo "- [Current Run]($SUBPATH/)" | cat - "$HISTORY_FILE_MD" > "$HISTORY_FILE_MD.tmp" && mv "$HISTORY_FILE_MD.tmp" "$HISTORY_FILE_MD"
100100
101101 # Build index.md from root README plus quick links
102102 INDEX_MD="$OUTDIR/index.md"
103103 echo "<!-- Auto-generated by workflow -->" > "$INDEX_MD"
104- echo "[Open latest report](/ $SUBPATH/) · [History](/ history.html)" >> "$INDEX_MD"
104+ echo "[Open latest report]($SUBPATH/) · [History](history.html)" >> "$INDEX_MD"
105105 echo >> "$INDEX_MD"
106106 echo >> "$INDEX_MD"
107107 if [ -f README.md ]; then
108108 cat README.md >> "$INDEX_MD"
109109 else
110- echo "# CodeState\n\nSee [history](/ history) for all reports." >> "$INDEX_MD"
110+ echo "# CodeState\n\nSee [history](history.html ) for all reports." >> "$INDEX_MD"
111111 fi
112112
113113 - name : Publish to gh-pages
You can’t perform that action at this time.
0 commit comments