Commit 907628d0 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update .gitlab-ci.yml, removed includes directory from deploymnet script

parent 8abec09c
......@@ -16,7 +16,6 @@ pages-master:
- cp -r images .public
- cp -r downloads .public
- cp -r js .public
- cp -r includes .public
- cp *.html .public
- mv .public public
- cp -r public/* "$EXPORT_PAGES_DIR"
......@@ -39,7 +38,6 @@ pages-devel:
- cp -r img .public
- cp -r downloads .public
- cp -r fonts .public
- cp -r includes .public
- cp *.html .public
- mv .public public
- cp -r public/* "$EXPORT_PAGES_DIR"
......
Markdown is supported
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