Remove docs sub folder since docs has been moved to https://gitea.com/gitea/docs (#31536)

This commit is contained in:
Lunny Xiao 2024-07-10 09:46:08 +08:00 committed by GitHub
parent d6f8a60b65
commit af1f0dfcc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
233 changed files with 3 additions and 26078 deletions

View file

@ -63,7 +63,6 @@ jobs:
docs:
- "**/*.md"
- "docs/**"
- ".markdownlint.yaml"
- "package.json"
- "package-lock.json"

View file

@ -191,7 +191,6 @@ jobs:
cache-dependency-path: package-lock.json
- run: make deps-frontend
- run: make lint-md
- run: make docs
actions:
if: needs.files-changed.outputs.actions == 'true' || needs.files-changed.outputs.actions == 'true'