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'
|
||||
run: |
|
||||
make tidy no-dirty
|
||||
- name: 'check'
|
||||
run: |
|
||||
make check no-dirty
|
||||
- name: 'build'
|
||||
run: |
|
||||
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'
|
||||
run: |
|
||||
umask 077
|
||||
|
|
Loading…
Add table
Reference in a new issue