Skip to content

Commit

Permalink
Change name and description of the GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Sep 25, 2019
1 parent c6cd122 commit 259e5ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2019-09-25

### Changed

- Changed name and description of the GitHub action

## [0.1.0] - 2019-09-25

Initial public release

[Unreleased]: https://github.com/dante-ev/latex-action/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/dante-ev/latex-action/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/dante-ev/latex-action/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/dante-ev/latex-action/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Github Action for LaTeX
description: GitHub Action to compile LaTeX documents
name: LaTeX compilation
description: Compiles latex documents using pdflatex, lualatex, xelatex. Full TeXLive distribution.
author: Cheng XU, Oliver Kopp
inputs:
root_file:
Expand Down

0 comments on commit 259e5ff

Please sign in to comment.