mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-08 19:46:41 +00:00
* 🔥 Disable action Watch Docs Previews * 🔧 Use predefined name for docs artifacts for previews * ✨ Add new GitHub Action Comment Docs Preview in PR * 🔧 Refactor GitHub Action Preview Docs to work as workflow_run using new action to extract where to comment
13 lines
285 B
YAML
13 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 }}
|