Skip to content

added comment in github action #370

added comment in github action

added comment in github action #370

Workflow file for this run

name: Docs
on:
workflow_dispatch: {}
push:
branches:
- main
release: {}
jobs:
notebooks:
name: "Trigger rebuild of readthedoc"
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 }}