We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c761a00 commit 470e38eCopy full SHA for 470e38e
1 file changed
.github/workflows/fastapi-docs.yml
@@ -3,7 +3,8 @@ name: Deploy FastAPI Docs to GitHub Pages
3
on:
4
push:
5
branches:
6
- - main # Or your default branch
+ - main
7
+ - feat/fast-api
8
9
jobs:
10
deploy-docs:
0 commit comments