Skip to content

Commit

Permalink
Not compile manual
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-gimenez committed Nov 14, 2024
1 parent f75eb5d commit f1fcf8e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
# - name: Upload documentation PDF file
# uses: actions/upload-artifact@v4
# with:
# name: document-g-exam
# path: ./manual/*.pdf

0 comments on commit f1fcf8e

Please sign in to comment.