Skip to content

Fix clear input on form reset, fix #110 #36

Fix clear input on form reset, fix #110

Fix clear input on form reset, fix #110 #36

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