1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

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
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'