You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run: rm -rf ./deployment/src/old/ ./CHANGELOG.md # workaround until https://github.com/gaurav-nelson/github-action-markdown-link-check/pull/183 has been done
# at any .md file change take the chance to check the links in all .md files
39
-
check-modified-files-only: 'no'
40
-
config-file: '.github/workflows/mlc_config.json'
41
-
base-branch: 'master'
42
-
folder-path: '.'
30
+
- name: Checkout code
31
+
uses: actions/checkout@master
32
+
33
+
- name: Remove old documentation files
34
+
run: rm -rf ./deployment/src/old/ ./CHANGELOG.md # workaround until https://github.com/gaurav-nelson/github-action-markdown-link-check/pull/183 has been done
0 commit comments