mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 10:36:39 +00:00
* 👥 Update FastAPI People * ✨ Add first version of FastAPI People GitHub action code * 🐳 Add Docker and configs for the FastAPI People GitHub Action * 👷 Add GitHub Action workflow for FastAPI People * 📝 Add FastAPI People to docs * 💄 Add custom CSSs for FastAPI People
15 lines
271 B
YAML
15 lines
271 B
YAML
name: FastAPI People
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "30 * * * *"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
deploy:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: ./.github/actions/people
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|