diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f8201674c..1f7be22be 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,6 +3,9 @@ name: documentation on: push: branches: [master] + paths: + # Build docs only if there are any changes in the website folder + - "website/**" env: ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}