Skip to content
Snippets Groups Projects
Commit d44f54aa authored by Ben Gamari's avatar Ben Gamari
Browse files

gitlab: Remove doc-tarball job

parent d127dc13
No related branches found
No related tags found
No related merge requests found
...@@ -636,28 +636,6 @@ cleanup-darwin: ...@@ -636,28 +636,6 @@ cleanup-darwin:
# Packaging # Packaging
############################################################ ############################################################
doc-tarball:
<<: *only-default
stage: packaging
tags:
- x86_64-linux
image: ghcci/x86_64-linux-deb9:0.2
dependencies:
- validate-x86_64-linux-deb9
- validate-x86_64-windows
artifacts:
paths:
- haddock.html.tar.xz
- libraries.html.tar.xz
- users_guide.html.tar.xz
- index.html
- "*.pdf"
script:
- rm -Rf docs
- bash -ex distrib/mkDocs/mkDocs ghc-x86_64-deb9-linux.tar.xz ghc-x86_64-mingw32.tar.xz
- ls -lh
- mv docs/*.tar.xz docs/index.html .
source-tarball: source-tarball:
stage: packaging stage: packaging
tags: tags:
...@@ -716,22 +694,3 @@ nightly-hackage: ...@@ -716,22 +694,3 @@ nightly-hackage:
variables: variables:
- $NIGHTLY - $NIGHTLY
pages:
stage: deploy
dependencies:
- doc-tarball
image: ghcci/x86_64-linux-deb9:0.2
tags:
- x86_64-linux
script:
- mkdir -p public/doc
- tar -xf haddock.html.tar.xz -C public/doc
- tar -xf libraries.html.tar.xz -C public/doc
- tar -xf users_guide.html.tar.xz -C public/doc
- cp -f index.html public/doc
only:
- master
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment