Skip to content

Commit 53cd110

Browse files
committed
Fix: build docs on push
1 parent 8205f8e commit 53cd110

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
runs-on: [ubuntu-latest]
3838

3939
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'
40+
- name: Run docs build
41+
if: github.event_name != 'pull_request'
4242
uses: actions/github-script@v6
4343
with:
4444
# Token has to be generated on a user account that controls the docs-repository.

0 commit comments

Comments
 (0)