fastapi/.github/workflows/watch-docs-previews.yml
Workflow config file is invalid. Please check your config file: EOF

14 lines
285 B
YAML

# name: Watch Docs Previews
# on:
# schedule:
# - cron: "0 * * * *"
# jobs:
# deploy:
# runs-on: ubuntu-18.04
# steps:
# - uses: actions/checkout@v2
# - uses: ./.github/actions/watch-previews
# with:
# token: ${{ secrets.ACTIONS_TOKEN }}