Skip to content

Merge branch 'main' into issue243-add-validation-based-on-ahmadfard-b… #13

Merge branch 'main' into issue243-add-validation-based-on-ahmadfard-b…

Merge branch 'main' into issue243-add-validation-based-on-ahmadfard-b… #13

Workflow file for this run

name: Create docs
on: push
jobs:
notebooks:
name: "Build the notebooks for the docs"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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 }}