We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8205f8e commit 53cd110Copy full SHA for 53cd110
1 file changed
.github/workflows/documentation.yml
@@ -37,8 +37,8 @@ jobs:
37
runs-on: [ubuntu-latest]
38
39
steps:
40
- - name: Run docs build if any of markdown-files have changed
41
- if: steps.changed-files-specific.outputs.any_changed == 'true' && github.event_name != 'pull_request'
+ - name: Run docs build
+ if: github.event_name != 'pull_request'
42
uses: actions/github-script@v6
43
with:
44
# Token has to be generated on a user account that controls the docs-repository.
0 commit comments