Skip to content

Commit

Permalink
Merge pull request #5 from MatheSchool/develop
Browse files Browse the repository at this point in the history
Change name to g-exam-manual.pdf
  • Loading branch information
andres-gimenez authored Apr 7, 2024
2 parents 9052654 + 64c9a68 commit 091d2b4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Compile documentation to PDF
uses: mkpoli/compile-typst-action@main
with:
source_paths: "doc/manual.typ"
source_paths: "doc/g-exam-manual.typ"
root_path: '.'

- name: Upload examples PDF file
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/src/**/*.pdf
/doc/**/*.pdf
!/doc/manual.pdf
!/doc/g-exam-manual.pdf
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This template provides a way to generate exams. You can create questions and sub

## Usage

For information, see the [manual](https://github.com/MatheSchool/typst-g-exam/blob/master/doc/manual.pdf?raw=true).
For information, see the [manual](https://github.com/MatheSchool/typst-g-exam/blob/master/doc/g-exam-manual.pdf?raw=true).

To use this package, simply add the following code to your document:

Expand Down
Binary file renamed doc/manual.pdf → doc/g-exam-manual.pdf
Binary file not shown.
File renamed without changes.

0 comments on commit 091d2b4

Please sign in to comment.