From ab608c7311c3a62b9ac96882f63b43609ad35328 Mon Sep 17 00:00:00 2001 From: cedounet <134267244+cedounet@users.noreply.github.com> Date: Fri, 30 Jun 2023 10:48:32 +0100 Subject: [PATCH] Remove building sans-serif ebook in CI (#135) They are not needed as you can change the font in your reader. Closes: https://github.com/hendricius/the-sourdough-framework/issues/131 --- .github/workflows/validate.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9a39146..d3a9c34 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -6,13 +6,6 @@ jobs: steps: - name: Set up git repository uses: actions/checkout@v3 - - name: Test building book - uses: xu-cheng/texlive-action/full@v1 - with: - run: | - apk add make - cd book - make build_pdf - name: Test baking the release versions uses: xu-cheng/texlive-action/full@v1 with: @@ -22,4 +15,4 @@ jobs: tar xzf kindlegen_linux_2.6_i386_v2_9.tar.gz mv kindlegen /usr/bin cd book - make bake + make -j build_pdf build_serif_ebook