[Git][ghc/ghc][wip/T24651] wip
Teo Camarasu (@teo)
gitlab at gitlab.haskell.org
Mon Apr 15 09:17:03 UTC 2024
Teo Camarasu pushed to branch wip/T24651 at Glasgow Haskell Compiler / GHC
Commits:
24f860c6 by Teo Camarasu at 2024-04-15T10:16:52+01:00
wip
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -557,14 +557,15 @@ doc-tarball:
LINUX_BINDIST: "ghc-x86_64-linux-deb10.tar.xz"
WINDOWS_BINDIST: "ghc-x86_64-windows.tar.xz"
artifacts:
+ expose_as: "Documentation Preview"
paths:
- haddock.html.tar.xz
- - haddock/*
+ - docs/haddock/
- libraries.html.tar.xz
- - libraries/*
+ - docs/libraries/
- users_guide.html.tar.xz
- - users_guide/*
- - index.html
+ - docs/users_guide/
+ - docs/index.html
- "*.pdf"
script:
- |
@@ -584,10 +585,8 @@ doc-tarball:
exit 1
fi
- rm -Rf docs
- - rm -R libraries
- bash -ex distrib/mkDocs/mkDocs $LINUX_BINDIST $WINDOWS_BINDIST
- - ls -lh
- - mv docs/*.tar.xz docs/index.html .
+ - mv docs/*.tar.xz .
hackage-doc-tarball:
stage: packaging
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/24f860c6d19c0469b284d8b491f4340b16b82643
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/24f860c6d19c0469b284d8b491f4340b16b82643
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240415/44579d17/attachment-0001.html>
More information about the ghc-commits
mailing list