mirror of https://github.com/astral-sh/ruff
Allow manual trigger for docs
This commit is contained in:
parent
860e3110c0
commit
0362cc1098
|
|
@ -4,16 +4,17 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- README.md
|
||||
- mkdocs.yml
|
||||
- mkdocs.template.yml
|
||||
- .github/workflows/docs.yaml
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
mkdocs:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CF_API_TOKEN_EXISTS: ${{ secrets.CF_API_TOKEN != '' }}
|
||||
CF_API_TOKEN_EXISTS: ${{ secrets.CF_API_TOKEN != '' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue