summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-07-20 13:30:56 -0400
committerBen Gamari <ben@smart-cactus.org>2022-07-20 13:30:56 -0400
commitb72138039c1f9d11b62d7a9d1fdd73131af2f538 (patch)
tree09171d76c6167764d921e244b12aa0dded380029
parente2f0094c315746ff15b8d9650cf318f81d8416d7 (diff)
downloadhaskell-wip/T21164.tar.gz
upload_ghc_libs: Fix path to documentationwip/T21164
The documentation was moved in a10584e8df9b346cecf700b23187044742ce0b35 but this one occurrence was note updated. Finally closes #21164.
-rwxr-xr-x.gitlab/upload_ghc_libs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/upload_ghc_libs.py b/.gitlab/upload_ghc_libs.py
index 3812867148..45caa7868c 100755
--- a/.gitlab/upload_ghc_libs.py
+++ b/.gitlab/upload_ghc_libs.py
@@ -137,7 +137,7 @@ def prepare_docs(bindist: Path, pkg: Package):
"""
cabal_file = pkg.path / f'{pkg.name}.cabal'
version = get_version(cabal_file)
- docdir = bindist / 'docs' / 'html' / 'libraries' / (pkg.name + "-" + version)
+ docdir = bindist / 'doc' / 'html' / 'libraries' / (pkg.name + "-" + version)
assert version is not None
# Build the documentation tarball from the bindist documentation