upate drone
continuous-integration/drone/push Build is passing Details

This commit is contained in:
James Ravenscroft 2021-12-21 13:08:55 +00:00
parent 10ddeca7bb
commit abdf183308
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@ steps:
- cd brainsteam - cd brainsteam
- hugo - hugo
- cd ../ - cd ../
- git fetch origin public && git checkout public
- cp -r brainsteam/public/* . - cp -r brainsteam/public/* .
- rm -rf brainsteam/ - rm -rf brainsteam/
- name: hugo_publish - name: hugo_publish
@ -24,6 +23,7 @@ steps:
branch: public branch: public
local_ref: public local_ref: public
commit: true commit: true
force: true
commit_message: update build from hugo commit_message: update build from hugo
author_name: DroneCI author_name: DroneCI
# when: # when: