mkdocs:使用mkdocs的无开关方式 源码
使用GitLab页面的示例网站。 在和官方文档了解有关GitLab Pages的更多信息。 亚搏体育app CI 按照定义的步骤,由构建该项目的静态页面: image: python:3.8-buster before_script: - pip install -r requirements.txt test: stage: test script: - mkdocs build --strict --verbose --site-dir test artifacts: paths: - test except: - master pages: stage: deploy script: - mkdocs build --strict --verbose artifacts: paths: - public
用户评论