Skip to content

Commit

Permalink
fix: chore
Browse files Browse the repository at this point in the history
  • Loading branch information
sator-imaging authored Jan 10, 2024
1 parent 65bf28d commit b56e433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,15 +244,15 @@ runs:
fi
echo "FILE COLLECTED: $f"
printf -v TOC_LINKS "${TOC_LINKS} - href: ../${f:$LEN}\n"
printf -v AUTO_MD "${AUTO_MD}[${f:$LEN}](${f:$LEN}) \n"
printf -v AUTO_MD "${AUTO_MD}[${f:$LEN}](../${f:$LEN}) \n"
done
cd .docfx
if ! [[ -f 'toc.yml' ]]; then
if [[ $TOC_LINKS ]]; then
AUTO_DOCS='AutoDocs.md'
echo "# `docfx-pages` Automaton" >> $AUTO_DOCS
echo "# \`docfx-pages\` Automaton" >> $AUTO_DOCS
echo "Here is list of documents automatically generated or collected by `docfx-pages`." >> $AUTO_DOCS
echo "## HeaderDoc Generator" >> $AUTO_DOCS
echo "${HDOC_PAGE}" >> $AUTO_DOCS
Expand Down

0 comments on commit b56e433

Please sign in to comment.