diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-05-26 00:19:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 00:19:13 +0800 |
commit | 694f70b57ee59d7d1631f4bb445c2057d2f25498 (patch) | |
tree | 10990a44857bfef87a549374a0ad0cc6176ca9f3 /.github | |
parent | aa2b317e081615830522ca072ac703aa0487eea3 (diff) | |
download | gitea-694f70b57ee59d7d1631f4bb445c2057d2f25498.tar.gz gitea-694f70b57ee59d7d1631f4bb445c2057d2f25498.zip |
Fix documentation ref (#24934)
Fix documentation ref
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pull-compliance-docs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pull-compliance-docs.yml b/.github/workflows/pull-compliance-docs.yml index be0ecc3220..0f6720a64d 100644 --- a/.github/workflows/pull-compliance-docs.yml +++ b/.github/workflows/pull-compliance-docs.yml @@ -22,3 +22,4 @@ jobs: node-version: 20 - run: make deps-frontend - run: make lint-md + - run: make docs # test if build could succeed |