mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
update
This commit is contained in:
parent
dae8a648ca
commit
88c533636c
@ -15,6 +15,6 @@ deploy:
|
|||||||
provider: pages
|
provider: pages
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
github_token: $GITHUB_TOKEN
|
github_token: $GITHUB_TOKEN
|
||||||
local_dir: badge
|
local_dir: build
|
||||||
on:
|
on:
|
||||||
branch: badge
|
branch: badge
|
||||||
|
10
Makefile
10
Makefile
@ -51,8 +51,8 @@ rule-translation-published:
|
|||||||
echo 'Rule Matched: $(@)'
|
echo 'Rule Matched: $(@)'
|
||||||
|
|
||||||
badge:
|
badge:
|
||||||
mkdir -p badge
|
mkdir -p build/badge
|
||||||
./lctt-scripts/show_status.sh -s published >badge/published.svg
|
./lctt-scripts/show_status.sh -s published >build/badge/published.svg
|
||||||
./lctt-scripts/show_status.sh -s translated >badge/translated.svg
|
./lctt-scripts/show_status.sh -s translated >build/badge/translated.svg
|
||||||
./lctt-scripts/show_status.sh -s translating >badge/translating.svg
|
./lctt-scripts/show_status.sh -s translating >build/badge/translating.svg
|
||||||
./lctt-scripts/show_status.sh -s sources >badge/sources.svg
|
./lctt-scripts/show_status.sh -s sources >build/badge/sources.svg
|
||||||
|
Loading…
Reference in New Issue
Block a user