From ac7484f757469af6631be319445eae12a5e98aa5 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 2 Feb 2022 10:12:24 +0100 Subject: [PATCH] Copy files when building because symlinks don't work --- .drone.yml | 3 ++- content/documentation/_index.md | 5 ----- content/documentation/connect | 1 - content/documentation/cookbook | 1 - content/documentation/design | 1 - content/documentation/development | 1 - content/documentation/quick-start | 1 - content/documentation/reference-manual | 1 - content/documentation/working-documents | 1 - garage | 2 +- 10 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 content/documentation/_index.md delete mode 120000 content/documentation/connect delete mode 120000 content/documentation/cookbook delete mode 120000 content/documentation/design delete mode 120000 content/documentation/development delete mode 120000 content/documentation/quick-start delete mode 120000 content/documentation/reference-manual delete mode 120000 content/documentation/working-documents diff --git a/.drone.yml b/.drone.yml index f5574e8..8ec159d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ... diff --git a/content/documentation/_index.md b/content/documentation/_index.md deleted file mode 100644 index 283c8f3..0000000 --- a/content/documentation/_index.md +++ /dev/null @@ -1,5 +0,0 @@ -+++ -template = "documentation.html" -page_template = "documentation.html" -redirect_to = "documentation/quick-start/" -+++ diff --git a/content/documentation/connect b/content/documentation/connect deleted file mode 120000 index 6610578..0000000 --- a/content/documentation/connect +++ /dev/null @@ -1 +0,0 @@ -../../garage/doc/book/connect \ No newline at end of file diff --git a/content/documentation/cookbook b/content/documentation/cookbook deleted file mode 120000 index 11fda39..0000000 --- a/content/documentation/cookbook +++ /dev/null @@ -1 +0,0 @@ -../../garage/doc/book/cookbook \ No newline at end of file diff --git a/content/documentation/design b/content/documentation/design deleted file mode 120000 index f15efe8..0000000 --- a/content/documentation/design +++ /dev/null @@ -1 +0,0 @@ -../../garage/doc/book/design \ No newline at end of file diff --git a/content/documentation/development b/content/documentation/development deleted file mode 120000 index dabf54e..0000000 --- a/content/documentation/development +++ /dev/null @@ -1 +0,0 @@ -../../garage/doc/book/development \ No newline at end of file diff --git a/content/documentation/quick-start b/content/documentation/quick-start deleted file mode 120000 index 53b7ca2..0000000 --- a/content/documentation/quick-start +++ /dev/null @@ -1 +0,0 @@ -../../garage/doc/book/quick-start \ No newline at end of file diff --git a/content/documentation/reference-manual b/content/documentation/reference-manual deleted file mode 120000 index 268614b..0000000 --- a/content/documentation/reference-manual +++ /dev/null @@ -1 +0,0 @@ -../../garage/doc/book/reference-manual \ No newline at end of file diff --git a/content/documentation/working-documents b/content/documentation/working-documents deleted file mode 120000 index 3ca002f..0000000 --- a/content/documentation/working-documents +++ /dev/null @@ -1 +0,0 @@ -../../garage/doc/book/working-documents \ No newline at end of file diff --git a/garage b/garage index 49b679f..cb4c7aa 160000 --- a/garage +++ b/garage @@ -1 +1 @@ -Subproject commit 49b679f0ce53c0b29351452399653e1e4ba26cbc +Subproject commit cb4c7aa118482f02f3a553f6f5a4cd6aacab14c2