Copy files when building because symlinks don't work
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Alex 2022-02-02 10:12:24 +01:00
parent f5afa3d974
commit ac7484f757
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1
10 changed files with 3 additions and 14 deletions

View file

@ -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
...

View file

@ -1,5 +0,0 @@
+++
template = "documentation.html"
page_template = "documentation.html"
redirect_to = "documentation/quick-start/"
+++

View file

@ -1 +0,0 @@
../../garage/doc/book/connect

View file

@ -1 +0,0 @@
../../garage/doc/book/cookbook

View file

@ -1 +0,0 @@
../../garage/doc/book/design

View file

@ -1 +0,0 @@
../../garage/doc/book/development

View file

@ -1 +0,0 @@
../../garage/doc/book/quick-start

View file

@ -1 +0,0 @@
../../garage/doc/book/reference-manual

View file

@ -1 +0,0 @@
../../garage/doc/book/working-documents

2
garage

@ -1 +1 @@
Subproject commit 49b679f0ce53c0b29351452399653e1e4ba26cbc
Subproject commit cb4c7aa118482f02f3a553f6f5a4cd6aacab14c2