diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index be0f741..168788e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,13 +3,16 @@ name: Build html using Sphinx and upload to Github-pages on: push: branches: [ "main" ] + paths: + - "pysyncon/**" + - "doc/**" permissions: contents: read jobs: pages: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}