Skip to content

Commit

Permalink
reword project description
Browse files Browse the repository at this point in the history
use "Github Action" instead of "Github Actions"
  • Loading branch information
xu-cheng committed Sep 16, 2019
1 parent 5a48d44 commit da7800d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Github Actions
name: Test Github Action
on:
push:
schedule:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# latex-action

[![GitHub Actions Status](https://github.com/xu-cheng/latex-action/workflows/Test%20Github%20Actions/badge.svg)](https://github.com/xu-cheng/latex-action/actions)
[![GitHub Actions Status](https://github.com/xu-cheng/latex-action/workflows/Test%20Github%20Action/badge.svg)](https://github.com/xu-cheng/latex-action/actions)

GitHub Actions to compile LaTeX documents.
GitHub Action to compile LaTeX documents.

It runs in the docker with a minimal [TeXLive](https://www.tug.org/texlive/) environment installed. Further, it uses [`texliveonfly`](https://ctan.org/pkg/texliveonfly) to find and install the missing packages.

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Github Actions for LaTeX
description: GitHub Actions to compile LaTeX documents
name: Github Action for LaTeX
description: GitHub Action to compile LaTeX documents
author: Cheng XU
inputs:
root_file:
Expand Down

0 comments on commit da7800d

Please sign in to comment.