[Git][ghc/ghc][master] Fix nightly pages job

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Wed May 22 04:36:25 UTC 2024



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
ede6ede3 by Matthew Pickering at 2024-05-22T00:34:57-04:00
Fix nightly pages job

It seems likely broken by 9f99126a which moved `index.html` from the
root folder into `docs/` folder.

Fixes #24840

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -1065,7 +1065,7 @@ pages:
       <meta charset="UTF-8">
       <meta http-equiv="refresh" content="1; url=doc/">
       EOF
-    - cp -f index.html public/doc
+    - cp -f docs/index.html public/doc
   rules:
     # N.B. only run this on ghc/ghc since the deployed pages are quite large
     # and we only serve GitLab Pages for ghc/ghc.



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ede6ede34963c5297c730075687bf2d4d83b4980

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ede6ede34963c5297c730075687bf2d4d83b4980
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/20240522/42453dd4/attachment.html>


More information about the ghc-commits mailing list