Skip to content

Deplay docs when files in subdir change

Tammo Jan Dijkema requested to merge always_deploy_docs into master

Docs should only be deployed on the main branch, and if files in docs/ change. However, a change in a file in docs/source/ did not trigger a pipeline run. Changing docs/* to docs/**/* should fix this.

Merge request reports