Skip to content

Set crop parameter default to False (#549) #381

Set crop parameter default to False (#549)

Set crop parameter default to False (#549) #381

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: RTD Trigger Build Webhook for deafrica-docs
uses: joelwmale/webhook-action@fd99bb3b8272237103e349e9bb4d9b0ead9a217c
with:
url: ${{ secrets.RTD_WEBHOOK_URL }}
headers: '{"Authorization": "token ${{ secrets.RTD_TOKEN }}"}'
body: ''