mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-22 05:00:39 +00:00
add back beatify ci step
This commit is contained in:
parent
543da29605
commit
4331cd19a1
18
.drone.yml
18
.drone.yml
@ -138,14 +138,14 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- hugo-official -s exampleSite/
|
- hugo-official -s exampleSite/
|
||||||
|
|
||||||
# - name: beautify
|
- name: beautify
|
||||||
# image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
# commands:
|
commands:
|
||||||
# - npm install -g js-beautify
|
- npm install -g js-beautify
|
||||||
# - html-beautify -r -f 'exampleSite/public/**/*.html'
|
- html-beautify -r -f 'exampleSite/public/**/*.html'
|
||||||
# environment:
|
environment:
|
||||||
# FORCE_COLOR: true
|
FORCE_COLOR: true
|
||||||
# NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: plugins/s3-sync
|
image: plugins/s3-sync
|
||||||
@ -216,6 +216,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: ce011bff448074da3a6d32dd762b0e24d3f23dc72c76aeccdc1de62d7d49c230
|
hmac: 12880ca35134fefa3baf9363fa7484c28dc6c3e9fda2d2c5054de95364fbf9e1
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user