diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml new file mode 100644 index 00000000..1e0a35d1 --- /dev/null +++ b/.github/workflows/deploy-docs.yml @@ -0,0 +1,20 @@ +name: Deploy docs + +on: + push: + branches: [master] + +jobs: + pages: + runs-on: ubuntu-20.04 + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + permissions: + pages: write + id-token: write + steps: + - id: deployment + uses: sphinx-notes/pages@v3 + with: + documentation_path: ./docs/source