0
0
mirror of https://github.com/thegeeklab/corenetworks.git synced 2024-09-21 06:32:44 +02:00

use makefile during ci docs generation

This commit is contained in:
Robert Kaussow 2020-04-13 15:50:18 +02:00
parent 13719748fb
commit f70dc333e3
2 changed files with 7 additions and 9 deletions

View File

@ -183,11 +183,10 @@ local PipelineDocs = {
}, },
steps: [ steps: [
{ {
name: 'assets', name: 'generate',
image: 'byrnedo/alpine-curl', image: 'python:3.8',
commands: [ commands: [
'mkdir -p docs/themes/hugo-geekdoc/', 'make doc',
'curl -sSL https://github.com/xoxys/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C docs/themes/hugo-geekdoc/ --strip-components=1',
], ],
}, },
{ {

View File

@ -208,11 +208,10 @@ concurrency:
limit: 1 limit: 1
steps: steps:
- name: assets - name: generate
image: byrnedo/alpine-curl image: python:3.8
commands: commands:
- mkdir -p docs/themes/hugo-geekdoc/ - make doc
- curl -sSL https://github.com/xoxys/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C docs/themes/hugo-geekdoc/ --strip-components=1
- name: test - name: test
image: klakegg/hugo:0.59.1-ext-alpine image: klakegg/hugo:0.59.1-ext-alpine
@ -306,6 +305,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 39dee08847508a70f012e80d78c1d2e79fd37f9307b8bca4a8aeaa2d59c68645 hmac: 6acc4879e65978ae67d1bb8d625f0227cabac334980ee22acdb9f4933d0e4459
... ...