Skip to content

Add readthedocs config file #32

Add readthedocs config file

Add readthedocs config file #32

Workflow file for this run

name: docs
on:
push:
branches: [master, "[0-9]+.x"]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger RTDs build
uses: dfm/rtds-action@v1
with:
webhook_url: ${{ secrets.RTDS_WEBHOOK_URL }}
webhook_token: ${{ secrets.RTDS_WEBHOOK_TOKEN }}
commit_ref: ${{ github.ref }}