mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
57ed76cd50
测试通过,还原检查
13 lines
191 B
YAML
13 lines
191 B
YAML
language: c
|
|
script:
|
|
- sh ./scripts/check.sh
|
|
- ./scripts/badge.sh
|
|
|
|
deploy:
|
|
provider: pages
|
|
skip_cleanup: true
|
|
github_token: $GITHUB_TOKEN
|
|
local_dir: build
|
|
on:
|
|
branch: master
|