Skip to content

Commit

Permalink
revising badges
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerParkinson committed Nov 20, 2022
1 parent 7461fec commit 05d741a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish package to the Maven Central Repository
name: Publish to Maven Central
on:
release:
types: [created]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MaduraDocs

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/nz.co.senanque/maduradocs/badge.svg)](http://mvnrepository.com/artifact/nz.co.senanque/maduradocs)

[![build_status](https://github.com/RogerParkinson/MaduraDocs/actions/workflows/release.yaml/badge.svg)
![build_status](https://github.com/RogerParkinson/MaduraDocs/actions/workflows/release.yaml/badge.svg)

MaduraDocs generates a PDF file from an XML source file. It is a [maven](https://maven.apache.org/) plugin, so it can be added to a maven project and the PDF will be generated as part of the build (the package phase). The advantages of generating documents this way are:

Expand Down

0 comments on commit 05d741a

Please sign in to comment.