Skip to content

Commit 683a303

Browse files
update checkout action
1 parent 6359abe commit 683a303

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,29 @@ The text inside the square brackets `[]` is the short version of the title or au
6767
After making these changes, save the `front_page.tex` file and recompile your LaTeX document to see the changes on the title page.
6868

6969
## Preamble
70-
7170
The `preamble` directory contains various setup files and configurations for the LaTeX document. These files define the overall style, layout, and other settings of the document.
7271

7372
The main file in this directory is `preamble.tex`. This file includes all the necessary packages and configurations for the document. It sets up the document class, loads the necessary LaTeX packages, defines new commands, and sets layout parameters.
7473

7574
To modify the overall settings of the document, you can edit the `preamble.tex` file or add new setup files to the `preamble` directory and include them in the `preamble.tex` file.
76-
## Contributing
7775

76+
## Download The PDF
77+
The `main.pdf` file is generated as an artifact of the GitHub Actions workflow defined in the `build.yml` file. After the LaTeX document is compiled, the `main.pdf` file is uploaded as an artifact.
78+
79+
To find and download the `main.pdf` file, follow these steps:
80+
81+
1. Go to your GitHub repository where the workflow is running.
82+
2. Click on the "Actions" tab.
83+
3. Click on the workflow run you're interested in. This will usually be the most recent run, but you can also select a previous run.
84+
4. In the workflow run summary page, scroll down to the "Artifacts" section.
85+
5. Click on the `main.pdf` artifact to download it.
86+
87+
The downloaded file will be a ZIP archive containing the `main.pdf` file. You can extract this file to view the PDF document.
88+
89+
## Contributing
7890
If you want to contribute to this project, feel free to fork this repository, make your changes, and submit a pull request.
7991

92+
8093
## License
8194

8295
This project is licensed under the MIT License. See the `LICENSE` file for more details.

0 commit comments

Comments
 (0)