diff --git a/.gitea/workflows/docs.yaml b/.gitea/workflows/docs.yaml index 56ee0b3..770de43 100644 --- a/.gitea/workflows/docs.yaml +++ b/.gitea/workflows/docs.yaml @@ -1,6 +1,9 @@ name: Build documentation run-name: ${{ gitea.actor }} is building the Wiki documentation -on: [push] +on: + push: + paths: + - Wiki/** env: # Name of module and id separated by a slash