-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ jobs: | |
- uses: yegor256/[email protected] | ||
with: | ||
path: foo | ||
opts: -pdf | ||
packages: acmart tikz | ||
``` | ||
|
@@ -24,6 +25,12 @@ which configures the behavior of [latexmk](https://mg.readthedocs.io/latexmk.htm | |
If you don't have special requirements in your project, and just need to compile | ||
a `.tex` file, skip the config, everything should work out of the box. | ||
|
||
The options available (provided via the `with` YAML element): | ||
|
||
* `path` is a relative path of the directory with `.tex` file(s) | ||
* `opts` is the options to pass to `latexmk` | ||
* `packages` is a comma-separated list of TeXLive package to install | ||
|
||
In order to test this action, just run: | ||
|
||
```bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters