mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
* 🍱 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
24 lines
219 B
Text
24 lines
219 B
Text
.idea
|
|
.ipynb_checkpoints
|
|
.mypy_cache
|
|
.vscode
|
|
__pycache__
|
|
.pytest_cache
|
|
htmlcov
|
|
dist
|
|
site
|
|
.coverage
|
|
coverage.xml
|
|
.netlify
|
|
test.db
|
|
log.txt
|
|
Pipfile.lock
|
|
env3.*
|
|
env
|
|
docs_build
|
|
venv
|
|
docs.zip
|
|
|
|
# vim temporary files
|
|
*~
|
|
.*.sw?
|