Skip to content
Snippets Groups Projects
Commit 35ddf213 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix: build docs on push

parent 5959fa86
No related branches found
No related tags found
No related merge requests found
...@@ -54,8 +54,8 @@ jobs: ...@@ -54,8 +54,8 @@ jobs:
runs-on: [ubuntu-latest] runs-on: [ubuntu-latest]
steps: steps:
- name: Run docs build if any of markdown-files have changed - name: Run docs build
if: steps.changed-files-specific.outputs.any_changed == 'true' && github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: actions/github-script@v6 uses: actions/github-script@v6
with: with:
# Token has to be generated on a user account that controls the docs-repository. # Token has to be generated on a user account that controls the docs-repository.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment