Skip to content
Snippets Groups Projects
Commit 3a6639ef authored by Sukanya Denni's avatar Sukanya Denni
Browse files

Merge branch 'debug_gitlab_pages' into 'main'

fix ci/cd and image path as honkit missed to copy image assets to public build

See merge request !6
parents 203d0364 60dbfdd9
No related branches found
No related tags found
2 merge requests!10Draft: Dev,!6fix ci/cd and image path as honkit missed to copy image assets to public build
Pipeline #115862 failed
......@@ -24,6 +24,7 @@ pages:
stage: deploy
script:
- npx honkit build . public # build to public path
- cp -r workflow/doc/fig public/workflow/doc/ # fix missing images asset not copied to public
artifacts:
paths:
- public
......
......@@ -4,9 +4,7 @@ Asm4pg is an automatic and reproducible genome assembly workflow for pangenomic
doc: [Gitlab pages](https://asm4pg.pages.mia.inra.fr/genomasm4pg)
[TOC]
![workflow DAG](../workflow/doc/fig/rule_dag.svg)
![workflow DAG](doc/fig/rule_dag.svg)
## Asm4pg Requirements
- snakemake >= 6.5.1
......
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