mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
+11
@@ -1,5 +1,16 @@
|
||||
---
|
||||
pipeline:
|
||||
build:
|
||||
# Do things
|
||||
privileged: true
|
||||
image: docker:stable-dind
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
commands:
|
||||
- docker build -f Dockerfile.prod .
|
||||
when:
|
||||
event: [pull_request]
|
||||
|
||||
docker-publish-dev:
|
||||
group: publish
|
||||
image: plugins/docker
|
||||
|
||||
@@ -7,6 +7,8 @@ pluralizeListTitles = false
|
||||
|
||||
# disableKinds = ["RSS"]
|
||||
enableRobotsTXT = true
|
||||
pygmentsCodeFences=true
|
||||
pygmentsCodeFencesGuessSyntax=true
|
||||
|
||||
[permalinks]
|
||||
inside-pages = "/:filename/"
|
||||
|
||||
Reference in New Issue
Block a user