Skip to content
Snippets Groups Projects
Commit ee87c966 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Merge branch 'ci-tests' into 'master'

Use cp instead of ln.

See merge request BiscuIT/BiscuIT-ng!74
parents 56b5bd09 05306019
No related branches found
No related tags found
1 merge request!74Use cp instead of ln.
Pipeline #407 passed with warnings
......@@ -56,7 +56,7 @@ build_dist:
pages:
stage: deploy
before_script:
- ln -sf .tox/screenshots/firefox docs/screenshots
- cp -r .tox/screenshots/firefox docs/screenshots
script:
- tox -e docs -- BUILDDIR=../public/docs
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment