fix git base url
parent
1f82ce0202
commit
f2f51adff0
|
@ -58,6 +58,9 @@ trigger:
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: docs
|
name: docs
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
limit: 1
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
@ -164,6 +167,6 @@ depends_on:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 682a950289f296ee8f25875e689221b051cc796a364175b9c3b0e45d9972a4d6
|
hmac: eef2b2526b9f0ab9bacb8d8e1689ab69191f91a2069e6fbd0bc4372697a6e782
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
|
@ -38,7 +38,7 @@ params:
|
||||||
|
|
||||||
# Set source repository location.
|
# Set source repository location.
|
||||||
# Used for 'Last Modified' and 'Edit this page' links.
|
# Used for 'Last Modified' and 'Edit this page' links.
|
||||||
GeekdocRepo: https://github.com/xoxys/hugo-geeekdoc
|
GeekdocRepo: https://github.com/xoxys/hugo-geekdoc
|
||||||
|
|
||||||
# Enable "Edit this page" links for 'doc' page type.
|
# Enable "Edit this page" links for 'doc' page type.
|
||||||
# Disabled by default. Uncomment to enable. Requires 'GeekdocRepo' param.
|
# Disabled by default. Uncomment to enable. Requires 'GeekdocRepo' param.
|
||||||
|
|
Loading…
Reference in New Issue