mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-09 20:16:42 +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
13 lines
252 B
YAML
13 lines
252 B
YAML
name: Deploy Docs
|
|
on:
|
|
schedule:
|
|
- cron: "0 * * * *"
|
|
|
|
jobs:
|
|
deploy:
|
|
runs-on: ubuntu-18.04
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: ./.github/actions/watch-previews
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|