Commit 2ecb8f64 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update .gitlab-ci.yml

parent 53a91006
Showing with 2 additions and 0 deletions
+2 -0
...@@ -19,6 +19,7 @@ pages-master: ...@@ -19,6 +19,7 @@ pages-master:
- cp -r help .public - cp -r help .public
- cp -r js .public - cp -r js .public
- cp *.html .public - cp *.html .public
- cp favicon.ico .public
- mv .public public - mv .public public
- cp -r public/* "$EXPORT_PAGES_DIR" - cp -r public/* "$EXPORT_PAGES_DIR"
artifacts: artifacts:
...@@ -41,6 +42,7 @@ pages-devel: ...@@ -41,6 +42,7 @@ pages-devel:
- cp -r downloads .public - cp -r downloads .public
- cp -r help .public - cp -r help .public
- cp -r fonts .public - cp -r fonts .public
- cp favicon.ico .public
- cp *.html .public - cp *.html .public
- mv .public public - mv .public public
- cp -r public/* "$EXPORT_PAGES_DIR_TEST" - cp -r public/* "$EXPORT_PAGES_DIR_TEST"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment