]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
✨ Add GitHub Action to watch for missing preview docs (#1740)
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 20 Jul 2020 14:33:17 +0000 (16:33 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2020 14:33:17 +0000 (16:33 +0200)
commit7032dfb4f1f53554fd26c1b28169eb63c1d4f1de
treea82833f13451a99258d559b8260827c9e8d2c0a7
parent14e7f7c1f435aeed5197b3faf88346d916fda16f
✨ Add GitHub Action to watch for missing preview docs (#1740)

* 📝 Update release notes

* 🔊 Make curl verbose when triggering docs preview

* 🔧 Update GitHub Actions circus to use commit hash

* ✨ Add PR docs preview watcher
.github/actions/get-artifact/action.yml
.github/actions/watch-previews/Dockerfile [new file with mode: 0644]
.github/actions/watch-previews/action.yml [new file with mode: 0644]
.github/actions/watch-previews/app/main.py [new file with mode: 0644]
.github/workflows/build-docs.yml
.github/workflows/preview-docs.yml
.github/workflows/watch-docs-previews.yml [new file with mode: 0644]
docs/en/docs/release-notes.md
scripts/docs-comment-deploy.sh
scripts/trigger-docs-preview.sh