6 Star 32 Fork 7

Gitee 极速下载/comicgen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/gramener/comicgen
克隆/下载
.gitlab-ci.yml 609 Bytes
一键复制 编辑 原始数据 按行查看 历史
S Anand 提交于 2024-02-01 17:12 . STY: Fix build errors
# Don't re-download node_modules every time. Cache it
cache:
paths:
- node_modules/
validate:
image: gramener/builderrors
# All templates are identical. noto, fximages, etc. have duplicate SVGs. Skip these issues
script: builderrors --skip=duplicate-files
deploy:
stage: deploy
only: [v1, release]
script:
cd /mnt/gramener/apps/comicgenv1;
git checkout -- .;
git pull;
npm install;
npm run build;
sudo systemctl restart comicgenv1;
"'
environment:
name: production
url: https://gramener.com/comicgen/v1/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML/CSS
1
https://gitee.com/mirrors/comicgen.git
[email protected]:mirrors/comicgen.git
mirrors
comicgen
comicgen
v1

搜索帮助