Skip to content
Snippets Groups Projects
Verified Commit d9640a36 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE: fix index.html

parent 998f679c
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ pages: ...@@ -31,7 +31,7 @@ pages:
script: script:
- mkdir -p public - mkdir -p public
- cp test.tsv public/ - cp test.tsv public/
- echo '<a href="test.tsv">test.tsv</a>' public/index.hmtl - echo '<a href="test.tsv">test.tsv</a>' > public/index.html
artifacts: artifacts:
paths: paths:
- public - public
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