Copy files when building because symlinks don't work
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
f5afa3d974
commit
ac7484f757
10 changed files with 3 additions and 14 deletions
|
@ -9,6 +9,7 @@ steps:
|
|||
image: alpine/git
|
||||
commands:
|
||||
- git submodule update --init --recursive
|
||||
- cp -rv garage/doc/book content/documentation
|
||||
|
||||
- name: build-css
|
||||
image: node
|
||||
|
@ -43,6 +44,6 @@ steps:
|
|||
- pull_request
|
||||
---
|
||||
kind: signature
|
||||
hmac: cb40337a18f18f71a9a382900a2f38496aa0b7b35f35acd69ca119df9e0f90de
|
||||
hmac: bb766660f6abee755fe7b3e2a9577fe7628103cde2e20b4fdb584bd390d491c9
|
||||
|
||||
...
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
+++
|
||||
template = "documentation.html"
|
||||
page_template = "documentation.html"
|
||||
redirect_to = "documentation/quick-start/"
|
||||
+++
|
|
@ -1 +0,0 @@
|
|||
../../garage/doc/book/connect
|
|
@ -1 +0,0 @@
|
|||
../../garage/doc/book/cookbook
|
|
@ -1 +0,0 @@
|
|||
../../garage/doc/book/design
|
|
@ -1 +0,0 @@
|
|||
../../garage/doc/book/development
|
|
@ -1 +0,0 @@
|
|||
../../garage/doc/book/quick-start
|
|
@ -1 +0,0 @@
|
|||
../../garage/doc/book/reference-manual
|
|
@ -1 +0,0 @@
|
|||
../../garage/doc/book/working-documents
|
2
garage
2
garage
|
@ -1 +1 @@
|
|||
Subproject commit 49b679f0ce53c0b29351452399653e1e4ba26cbc
|
||||
Subproject commit cb4c7aa118482f02f3a553f6f5a4cd6aacab14c2
|
Loading…
Reference in a new issue