File tree 2 files changed +11
-20
lines changed
2 files changed +11
-20
lines changed Original file line number Diff line number Diff line change 29
29
- yarn lint:js
30
30
- yarn lint:markdown
31
31
- yarn lint:social
32
+ - yarn build
32
33
33
- - stage : build
34
- name : Build
35
- before_script : source ./src/scripts/env.sh
36
- script : yarn build
37
-
38
- - stage : post-build
39
- name : Deploy
40
- if : branch = master
41
- script : bash ./src/scripts/deploy.sh
42
-
43
- - stage : post-build
44
- name : Link check
45
- script : yarn linkcheck
46
-
47
- - stage : post-build
34
+ - stage : lint
48
35
name : Proselint
49
36
language : python
50
37
python : 3.6
54
41
- $HOME/.cache
55
42
install : pip install -r requirements.txt
56
43
script : cp .proselintrc ~/ && proselint src/content
44
+
45
+ - stage : post-build
46
+ name : Deploy
47
+ if : branch = master
48
+ script : bash ./src/scripts/deploy.sh
49
+
50
+ - stage : post-build
51
+ name : Link check
52
+ script : yarn linkcheck
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments