diff --git a/.github/workflows/lint-and-built.yml b/.github/workflows/lint-and-built.yml index cea2a22da..d655617f3 100644 --- a/.github/workflows/lint-and-built.yml +++ b/.github/workflows/lint-and-built.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: version: [ '3.14', '3.13' ] - format: [ html, epub ] + format: [ html ] steps: - uses: actions/setup-python@master with: @@ -43,24 +43,6 @@ jobs: name: build-${{ matrix.version }}-${{ matrix.format }} path: Doc/build/${{ matrix.format }} - output-pdf: - runs-on: ubuntu-latest - strategy: - matrix: - version: [ '3.14', '3.13' ] - needs: [ 'build-translation' ] - steps: - - uses: actions/download-artifact@master - with: - name: build-${{ matrix.version }}-latex - - run: sudo apt-get update - - run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy - - run: make - - uses: actions/upload-artifact@master - with: - name: build-${{ matrix.version }}-pdf - path: . - lint: runs-on: ubuntu-latest strategy: