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 release: copy index.html from correct directory (cherry picked from commit cbfd0829cd61928976c9eb17ba4af18272466063) - - - - - 1 changed file: - .gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py Changes: ===================================== .gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py ===================================== @@ -129,7 +129,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') pdfs = list(destdir.glob('*.pdf')) for f in pdfs: View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1ce94e69f4f386c3e558f81874844eae... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1ce94e69f4f386c3e558f81874844eae... You're receiving this email because of your account on gitlab.haskell.org.