mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-07 11:06:41 +00:00
* 📝 Update release notes * 🔊 Make curl verbose when triggering docs preview * 🔧 Update GitHub Actions circus to use commit hash * ✨ Add PR docs preview watcher
10 lines
311 B
YAML
10 lines
311 B
YAML
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'
|