]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🚀 Preview docs for external PRs (#1738)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 19 Jul 2020 18:49:52 +0000 (20:49 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2020 18:49:52 +0000 (20:49 +0200)
commit4dd386b807d784bbee0aa89aeefe505ca3d4eb18
treec687a74763e8af5b15699f749c5130cd18a91ce6
parentb7251f1654947f29b63fdd450b23ff87182649ba
🚀 Preview docs for external PRs (#1738)

* 🍱 Save docs zip when building docs

* 🙈 Add docs.zip artifact to .gitignore

* 🚀 Update deploy artifact name

* ♻️ Upload artifact directory

* ✨ Add WIP trigger docs preview

* ♻️ Update trigger docs preview

* 👷 Update env vars for docs preview

* 👷 Update PR extraction

* 👷 Try to show GitHub event

* 💚 Try to see if GitHub context templates is causing the problem

* 💚 Try to debug context GitHub event

* 🔊 Debug GitHub event context

* 👷 Update debugging action

* 👷 Update debug

* 👷 Update Action

* ♻️ Update script to trigger docs preview

* ⚡️ Try to use Zip again to improve speed

* 🔧 Update zip scripts

* ✨ Add preview docs on event

* 🚀 Trigger deploy preview on PRs

* 🐛 Fix trigger script env vars
.github/workflows/build-docs.yml [moved from .github/workflows/deploy-docs.yml with 65% similarity]
.github/workflows/preview-docs.yml [new file with mode: 0644]
.gitignore
scripts/docs-comment-deploy.sh [new file with mode: 0644]
scripts/trigger-docs-preview.sh [new file with mode: 0644]
scripts/unzip-docs.sh [new file with mode: 0644]
scripts/zip-docs.sh [new file with mode: 0644]