Skip to content
Snippets Groups Projects
Commit ea3f7fd5 authored by Zubin's avatar Zubin Committed by Zubin
Browse files

release: copy index.html from correct directory

(cherry picked from commit cbfd0829)
parent 4ad6aec4
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ def fetch_artifacts(release: str, pipeline_id: int,
for f in doc_files:
subprocess.run(['tar', '-xf', f, '-C', dest])
logging.info(f'extracted docs {f} to {dest}')
index_path = destdir / 'index.html'
index_path = destdir / 'docs' / 'index.html'
index_path.replace(dest / 'index.html')
elif job.name == 'hackage-doc-tarball':
dest = dest_dir / 'hackage_docs'
......
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