diff --git a/.circleci/config.yml b/.circleci/config.yml index aebb21c..161f0f7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: name: Install pandoc command: apt-get update && apt-get install -y pandoc - - run: perl make-html.pl + - run: perl make-html.pl && cp html-inc/CNAME /tmp/manual - persist_to_workspace: root: /tmp/manual diff --git a/html-inc/CNAME b/html-inc/CNAME new file mode 100644 index 0000000..9e36435 --- /dev/null +++ b/html-inc/CNAME @@ -0,0 +1 @@ +manual.slic3r.org