diff --git a/.drone.yml b/.drone.yml index d92042b..e2072b1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,10 +17,10 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: klakegg/hugo:0.83.1-ext-alpine-ci + image: thegeeklab/hugo:0.83.1 commands: - mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekdoc - - hugo-official -s exampleSite/ -b http://localhost/ + - hugo -s exampleSite/ -b http://localhost/ - name: html-validation image: thegeeklab/vnu @@ -189,9 +189,9 @@ steps: - refs/pull/** - name: build - image: klakegg/hugo:0.83.1-ext-alpine-ci + image: thegeeklab/hugo:0.83.1 commands: - - hugo-official -s exampleSite/ + - hugo -s exampleSite/ - name: beautify image: node:lts-alpine @@ -270,6 +270,6 @@ depends_on: --- kind: signature -hmac: 94350b9d55d9bb4b841fc6fd2b10b9a7589c416371b5693aa1e99ffd9171634f +hmac: 2c0c709a64128fd42c47d3549184ac29e2225be8de1953fa2e72b63aa0b7e871 ...