This commit is contained in:
parent
04778654e4
commit
308bc994f8
1 changed files with 10 additions and 0 deletions
10
.drone.yml
Normal file
10
.drone.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: klakegg/hugo:0.101.0
|
||||
commands:
|
||||
- hugo build
|
||||
- ls -la
|
||||
- ls -lah dist
|
Loading…
Reference in a new issue