This commit is contained in:
parent
0e96b3a37f
commit
5fd3dc0a53
1 changed files with 5 additions and 3 deletions
|
@ -16,12 +16,14 @@ jobs:
|
||||||
- name: 'fmt'
|
- name: 'fmt'
|
||||||
run: |
|
run: |
|
||||||
make tidy no-dirty
|
make tidy no-dirty
|
||||||
- name: 'check'
|
|
||||||
run: |
|
|
||||||
make check no-dirty
|
|
||||||
- name: 'build'
|
- name: 'build'
|
||||||
run: |
|
run: |
|
||||||
make build
|
make build
|
||||||
|
# we need the build step done before the go checks can run because we need
|
||||||
|
# the index.html file generated by the hugo build
|
||||||
|
- name: 'check'
|
||||||
|
run: |
|
||||||
|
make check no-dirty
|
||||||
- name: 'deploy'
|
- name: 'deploy'
|
||||||
run: |
|
run: |
|
||||||
umask 077
|
umask 077
|
||||||
|
|
Loading…
Add table
Reference in a new issue