File tree 3 files changed +2177
-9
lines changed
3 files changed +2177
-9
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,31 @@ before_install:
13
13
install :
14
14
- sudo apt-get install -y python-pip
15
15
- sudo pip install codespell
16
+ - npm install
16
17
17
18
script :
18
19
- ./build-docs.sh
19
20
- codespell -q4 *.md
21
+ - npm run pkg
20
22
# - docker run -ti --rm -v $PWD:/mnt:ro dkhamsing/awesome_bot --allow-dupe --allow-redirect --skip-save-results `find . -name "*.md"`
21
23
22
24
before_deploy :
23
25
- rm docs/*.md
24
26
25
27
deploy :
26
- provider : pages
27
- local_dir : docs
28
- skip_cleanup : true
29
- github_token : $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
30
- on :
31
- branch : master
28
+ - provider : pages
29
+ local_dir : docs
30
+ skip_cleanup : true
31
+ github_token : $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
32
+ on :
33
+ branch : master
34
+ - deploy :
35
+ provider : releases
36
+ api_key : $GITHUB_TOKEN
37
+ file :
38
+ - caou-linux
39
+ - caou-macos
40
+ - caou-win.exe
41
+ skip_cleanup : true
42
+ on :
43
+ tags : true
You can’t perform that action at this time.
0 commit comments