summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-12-02 16:41:27 +0000
committerLars Wirzenius <liw@liw.fi>2021-12-02 16:41:27 +0000
commitef744da4b91576f611f31d1573994d89a7b72546 (patch)
tree33ff64fbb68fc91a641435b4165900fca8435759
parent43a3893bbe46303fbbbc01d8d258e9e342e16371 (diff)
parentb82b81c32d770fd44f9b22b911c067a9e0223341 (diff)
downloadsq-user-guide-ef744da4b91576f611f31d1573994d89a7b72546.tar.gz
Merge branch 'avoid-installing' into 'main'
fix: avoid installing software that's already in the Docker image See merge request sequoia-pgp/sq-user-guide!16
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 36e2540..bd08168 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,8 +2,6 @@ image: registry.gitlab.com/sequoia-pgp/build-docker-image/bookworm-pandoc:latest
pages:
script:
- - apt-get update -yqq
- - apt-get install -yqq --no-install-recommends pandoc build-essential git texlive-latex-extra texlive-latex-base texlive-fonts-recommended lmodern
- make
- mkdir public
- mv sq-guide.html public/index.html