Skip to content
Snippets Groups Projects

Resolve "When the branch name is a divider or separator, the project home page cannot display the branch name correctly."

2 unresolved threads
Compare and Show latest version
1050 files
+ 11694
6080
Compare changes
  • Side-by-side
  • Inline
Files
1050
@@ -74,7 +74,7 @@ docs lint:
@@ -74,7 +74,7 @@ docs lint:
script:
script:
- scripts/lint-doc.sh
- scripts/lint-doc.sh
# Lint Markdown
# Lint Markdown
- markdownlint --config .markdownlint.json doc/**/*.md
- markdownlint --config .markdownlint.json 'doc/**/*.md'
# Prepare docs for build
# Prepare docs for build
- mv doc/ /tmp/gitlab-docs/content/$DOCS_GITLAB_REPO_SUFFIX
- mv doc/ /tmp/gitlab-docs/content/$DOCS_GITLAB_REPO_SUFFIX
- cd /tmp/gitlab-docs
- cd /tmp/gitlab-docs
Loading