This commit is contained in:
@ -7,7 +7,7 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt install bash jq pandoc
|
- apt -y update && apt -y install bash jq pandoc
|
||||||
- bash ./build.sh
|
- bash ./build.sh
|
||||||
- rm -rf /var/www/_site && mv _site /var/www/
|
- rm -rf /var/www/_site && mv _site /var/www/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user