diff options
author | Chloe Kudryavtsev <toast@toastin.space> | 2018-12-21 18:48:43 -0500 |
---|---|---|
committer | Chloe Kudryavtsev <toast@toastin.space> | 2018-12-21 18:48:43 -0500 |
commit | 1e771f3e827dfc546e50134214d3f090b015e749 (patch) | |
tree | 0414f4b2d71b1ae9fd71a0b11074e236b260e429 /site-workspace.yml | |
parent | 37013342b0ffc5704be2a34e8a1a13bd9e4ab46e (diff) | |
download | docs.a.o-1e771f3e827dfc546e50134214d3f090b015e749.tar.bz2 docs.a.o-1e771f3e827dfc546e50134214d3f090b015e749.tar.xz |
Add README and playbooks
Diffstat (limited to 'site-workspace.yml')
-rw-r--r-- | site-workspace.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/site-workspace.yml b/site-workspace.yml new file mode 100644 index 0000000..c20b6cd --- /dev/null +++ b/site-workspace.yml @@ -0,0 +1,19 @@ +site: + title: Alpine Linux Documentation + start_page: user-handbook::index.adoc + +content: + sources: + - url: workspace/user-handbook + branches: HEAD + +ui: + bundle: + url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable + snapshot: true + +output: + destinations: + - provider: archive + path: ./public.zip + - provider: fs |