FastAPI Pages #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Inspired by [fastapi/.github/workflows/people.yml at master · tiangolo/fastapi](https://github.com/tiangolo/fastapi/blob/master/.github/workflows/people.yml) | |
name: FastAPI Pages | |
on: | |
schedule: | |
- cron: "0 0 1 1 *" # Update it as "0 1 * * *" to run it every day at 01:00 UTC | |
jobs: | |
fastapi-pages: | |
if: github.repository_owner == 'hasansezertasan' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Not ready! | |
run: echo "Update me!" |