1 Star 0 Fork 0

波奥豹 / richway-doc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitlab-ci.yml 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
波奥豹 提交于 2021-03-19 12:27 . Initial commit
# This file is a template, and might need editing before it works on your project.
# Template project: https://gitlab.com/pages/jekyll
# Docs: https://docs.gitlab.com/ce/pages/
image: ruby:2.3
variables:
JEKYLL_ENV: production
before_script:
- bundle install
test:
stage: test
script:
- bundle exec jekyll build -d test
artifacts:
paths:
- test
except:
- master
pages:
stage: deploy
script:
- bundle exec jekyll build -d public
artifacts:
paths:
- public
only:
- master
1
https://gitee.com/imqinbao/richway-doc.git
git@gitee.com:imqinbao/richway-doc.git
imqinbao
richway-doc
richway-doc
master

搜索帮助