8000 GitHub - kostrykin/build-latex-document-action at v2.0.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kostrykin/build-latex-document-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Builds and publishes the PDF of a LaTeX document to a target branch.

The PDF is published to a target branch of the repository, which has the same name as the branch (or the tag) which triggered the workflow. If that PDF already exists on the target branch, it will be updated.

When triggered from pull requests, the built PDF is provided as an artifact and posted into the pull request which triggered the worklow.

For examples see:


Example: Create a target branch as an orphan branch:

git checkout --orphan pdf
git reset --hard
git commit --allow-empty -m "Create target branch"
git push origin pdf

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages

0