Skip to content

create python NodeState from Arc (#1890) #622

create python NodeState from Arc (#1890)

create python NodeState from Arc (#1890) #622

name: Docs
on:
push:
branches:
- 'master'
tags:
- '**'
jobs:
buildingdocs:
name: "Triggering ReadTheDocs server build"
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 }}