Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Dec 5, 2024
1 parent 7bfe837 commit 3b6d9a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/md-toc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ runs:
if [ -f $f ]; then
markdown-toc $MDTOC_ARGS \
--maxdepth ${{ inputs.depth }} \
--append "${{ inputs.append }}" \
${{ inputs.md_src }} && \
--append "${{ inputs.append }}" $f && \
echo "Table of Contents successfully generated in ${{ inputs.md_src }}"
else
echo "File $f not found.. Skipping!"
Expand Down

0 comments on commit 3b6d9a9

Please sign in to comment.