feat(docs): also deploy docs upon README change

This commit is contained in:
perf3ct 2025-09-05 19:52:03 +00:00
parent c4d430c62d
commit 3bf1a77381
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232

View File

@ -11,6 +11,7 @@ on:
# Only run when docs files change
paths:
- 'docs/**'
- 'README.md' # README is synced to docs/index.md
- 'mkdocs.yml'
- 'requirements-docs.txt'
- '.github/workflows/deploy-docs.yml'
@ -26,6 +27,7 @@ on:
- master
paths:
- 'docs/**'
- 'README.md' # README is synced to docs/index.md
- 'mkdocs.yml'
- 'requirements-docs.txt'
- '.github/workflows/deploy-docs.yml'