diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 72fcc1f..04918ff 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -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 diff --git a/.gitignore b/.gitignore index d43080e..fa3297a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /src/**/*.pdf /doc/**/*.pdf -!/doc/manual.pdf \ No newline at end of file +!/doc/g-exam-manual.pdf \ No newline at end of file diff --git a/README.md b/README.md index 882f5f0..78e2e77 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/doc/manual.pdf b/doc/g-exam-manual.pdf similarity index 99% rename from doc/manual.pdf rename to doc/g-exam-manual.pdf index 071b5e1..20969e8 100644 Binary files a/doc/manual.pdf and b/doc/g-exam-manual.pdf differ diff --git a/doc/manual.typ b/doc/g-exam-manual.typ similarity index 100% rename from doc/manual.typ rename to doc/g-exam-manual.typ