mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-13 22:30:37 +08:00
21 lines
331 B
YAML
21 lines
331 B
YAML
language: c
|
|
script:
|
|
- make -s badge
|
|
|
|
|
|
branches:
|
|
only:
|
|
- badge
|
|
|
|
install:
|
|
- git clone --depth=1 https://github.com/LCTT/lctt-scripts
|
|
- sed -i "/ProjectRoot=/cProjectRoot=$(pwd)" ./lctt-scripts/lctt.cfg
|
|
|
|
deploy:
|
|
provider: pages
|
|
skip_cleanup: true
|
|
github_token: $GITHUB_TOKEN
|
|
local_dir: build
|
|
on:
|
|
branch: badge
|