diff --git a/.github/workflows/markdown-link-check.yml b/.github/workflows/markdown-link-check.yml index fb6a17e..75ca0e5 100644 --- a/.github/workflows/markdown-link-check.yml +++ b/.github/workflows/markdown-link-check.yml @@ -39,6 +39,8 @@ jobs: else echo "Configuration file exists. Skipping creation." fi + echo "Contents of $CONFIG_FILE:" + cat $CONFIG_FILE - name: Linkspector uses: umbrelladocs/action-linkspector@v1 with: