Skip to content

test.yml no longer pushing into the cache #440

test.yml no longer pushing into the cache

test.yml no longer pushing into the cache #440

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 }}