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
repo.diff.committed_by GitHub
repo.diff.parent d6f8a60b65
repo.diff.commit af1f0dfcc6
repo.diff.stats_desc%!(EXTRA int=233, int=3, int=26078)

repo.diff.view_file

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

repo.diff.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'