👷 Add custom GitHub actions to preview docs

This commit is contained in:
Sebastián Ramírez
2021-08-24 16:05:55 +02:00
parent 343c326d59
commit 0a5e56cb06
6 changed files with 209 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
name: Watch docs previews in PRs
description: Check PRs and trigger new docs deploys
author: "Sebastián Ramírez <tiangolo@gmail.com>"
inputs:
token:
description: 'Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
required: true
runs:
using: docker
image: Dockerfile