diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 000ee16..7cd9a11 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,4 +1,8 @@ name: docs +on: + push: + paths: + - docs/** jobs: deploy: runs-on: ubuntu-latest