Skip to content
Snippets Groups Projects
Unverified Commit e0cc410c authored by Laurent Heirendt's avatar Laurent Heirendt :airplane: Committed by GitHub
Browse files

Merge pull request #355 from LCSB-BioCore/lh-deploy-git-history

use the raw artifact from the last job via URL
parents 52f9930a 2bc0d7c0
No related branches found
No related tags found
No related merge requests found
......@@ -119,9 +119,6 @@ pages:
# deploy doc (without git history)
- julia --project=docs --color=yes docs/make.jl
# move the git history to the docs directory
- mv output.gif docs/src/assets/output.gif
# move to the directory picked up by Gitlab pages (with git history)
- mv docs/build public
artifacts:
......@@ -217,4 +214,3 @@ trigger:
script:
- docker run curlimages/curl --silent --output /dev/null -X POST -F token=$EXTERNAL_REPO_TOKEN -F ref=$EXTERNAL_REPO_BRANCH $EXTERNAL_REPO
<<: *global_settings_master
......@@ -32,7 +32,7 @@ the popular [`Tulip.jl`](https://github.com/ds4dm/Tulip.jl),
```@raw html
<div align="center">
<img style="width:300px;margin:10px;border-offset:15px;border: 1px solid #eee;border-radius: 50%;padding: 10px;-webkit-border-radius: 50%;-moz-border-radius: 50%;" src="https://git-r3lab.uni.lu/lcsb-biocore/COBREXA.jl/-/raw/gh-pages/dev/assets/output.gif" alt="history"><br>
<img style="width:300px;margin:10px;border-offset:15px;border: 1px solid #eee;border-radius: 50%;padding: 10px;-webkit-border-radius: 50%;-moz-border-radius: 50%;" src="https://git-r3lab.uni.lu/lcsb-biocore/COBREXA.jl/-/jobs/artifacts/master/raw/output.gif?job=generator:gource" alt="history"><br>
Development history of COBREXA.jl.
</div>
```
......
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