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

Use cp instead of ln.

parent 56b5bd09
No related branches found
No related tags found
1 merge request!74Use cp instead of ln.
Pipeline #406 passed with warnings
...@@ -56,7 +56,7 @@ build_dist: ...@@ -56,7 +56,7 @@ build_dist:
pages: pages:
stage: deploy stage: deploy
before_script: before_script:
- ln -sf .tox/screenshots/firefox docs/screenshots - cp -r .tox/screenshots/firefox docs/screenshots
script: script:
- tox -e docs -- BUILDDIR=../public/docs - tox -e docs -- BUILDDIR=../public/docs
artifacts: 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