Andreas Klebinger pushed to branch wip/andreask/9.10.4-batch1 at Glasgow Haskell Compiler / GHC
Commits:
-
1ce94e69
by Zubin Duggal at 2026-05-21T09:44:11+02:00
1 changed file:
Changes:
| ... | ... | @@ -129,7 +129,7 @@ def fetch_artifacts(release: str, pipeline_id: int, |
| 129 | 129 | for f in doc_files:
|
| 130 | 130 | subprocess.run(['tar', '-xf', f, '-C', dest])
|
| 131 | 131 | logging.info(f'extracted docs {f} to {dest}')
|
| 132 | - index_path = destdir / 'index.html'
|
|
| 132 | + index_path = destdir / 'docs' / 'index.html'
|
|
| 133 | 133 | index_path.replace(dest / 'index.html')
|
| 134 | 134 | pdfs = list(destdir.glob('*.pdf'))
|
| 135 | 135 | for f in pdfs:
|