diff --git a/.github/workflows/run-markdownsnippets.yml b/.github/workflows/run-markdownsnippets.yml index a96f964f..aeb3cd6f 100644 --- a/.github/workflows/run-markdownsnippets.yml +++ b/.github/workflows/run-markdownsnippets.yml @@ -9,7 +9,7 @@ jobs: - name: Run MarkdownSnippets run: | dotnet tool install --global MarkdownSnippets.Tool - mdsnippets ${GITHUB_WORKSPACE}-c InPlaceOverwrite + mdsnippets ${GITHUB_WORKSPACE} -c InPlaceOverwrite git add . shell: bash - name: Fix links