From f1fcf8ee9ed891a014a4a6bb121b665e4ade2a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gim=C3=A9nez=20Mu=C3=B1oz?= Date: Thu, 14 Nov 2024 22:50:43 +0100 Subject: [PATCH] Not compile manual --- .github/workflows/integration.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index b1d3497..ea81a2d 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -51,14 +51,14 @@ jobs: fi done - - name: Delete Doc - run: | - rm -rf ./manual/*.pdf + # - name: Delete Doc + # run: | + # rm -rf ./manual/*.pdf - - name: Compile documentation to PDF - shell: bash - run: | - typst compile ./manual/g-exam-manual.typ --root . + # - name: Compile documentation to PDF + # shell: bash + # run: | + # typst compile ./manual/g-exam-manual.typ --root . - name: Upload examples PDF file uses: actions/upload-artifact@v4 @@ -72,8 +72,8 @@ jobs: name: test-g-exam path: ./test/**/*.pdf - - name: Upload documentation PDF file - uses: actions/upload-artifact@v4 - with: - name: document-g-exam - path: ./manual/*.pdf \ No newline at end of file + # - name: Upload documentation PDF file + # uses: actions/upload-artifact@v4 + # with: + # name: document-g-exam + # path: ./manual/*.pdf \ No newline at end of file