forked from phoenix-oss/llama-stack-mirror
fix: make sure readthedocs is triggered if pyproject.toml is updated
This commit is contained in:
parent
205661bc78
commit
ba917a9c48
2 changed files with 2 additions and 10 deletions
2
.github/workflows/update-readthedocs.yml
vendored
2
.github/workflows/update-readthedocs.yml
vendored
|
@ -12,12 +12,14 @@ on:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
- 'pyproject.toml'
|
||||||
- '.github/workflows/update-readthedocs.yml'
|
- '.github/workflows/update-readthedocs.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
- 'pyproject.toml'
|
||||||
- '.github/workflows/update-readthedocs.yml'
|
- '.github/workflows/update-readthedocs.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -15,10 +15,6 @@ repos:
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
exclude: '^(.*\.svg)$'
|
exclude: '^(.*\.svg)$'
|
||||||
|
|
||||||
# Temporarily disabling this
|
|
||||||
# - id: no-commit-to-branch
|
|
||||||
# args: ['--branch=main']
|
|
||||||
|
|
||||||
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
||||||
rev: v1.5.4
|
rev: v1.5.4
|
||||||
hooks:
|
hooks:
|
||||||
|
@ -68,12 +64,6 @@ repos:
|
||||||
- pydantic
|
- pydantic
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
|
|
||||||
# - repo: https://github.com/jsh9/pydoclint
|
|
||||||
# rev: d88180a8632bb1602a4d81344085cf320f288c5a
|
|
||||||
# hooks:
|
|
||||||
# - id: pydoclint
|
|
||||||
# args: [--config=pyproject.toml]
|
|
||||||
|
|
||||||
# - repo: https://github.com/tcort/markdown-link-check
|
# - repo: https://github.com/tcort/markdown-link-check
|
||||||
# rev: v3.11.2
|
# rev: v3.11.2
|
||||||
# hooks:
|
# hooks:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue