diff --git a/.github/workflows/wiki-sync.yml b/.github/workflows/wiki-sync.yml index caf4a3b95b..f01bdb5605 100644 --- a/.github/workflows/wiki-sync.yml +++ b/.github/workflows/wiki-sync.yml @@ -62,13 +62,11 @@ jobs: run: | pymarkdownlnt \ --disable-rules line-length \ - scan --recurse "docs/wiki" + scan "docs/wiki" sync: name: Publish to GitHub Wiki needs: lint - if: '!cancelled()' - # if: needs.lint.result == 'success' runs-on: ubuntu-latest env: # Using [standard bot credentials](https://github.com/actions/checkout)