Skip to content

Commit 5571e49

Browse files
authored
Merge pull request #28 from per1234/correct-badge
Correct workflow name text in "Deploy Website" workflow's badge markup
2 parents aad813e + 20f5f15 commit 5571e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow-templates/deploy-mkdocs-poetry.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Make sure to commit the resulting `pyproject.toml` and `poetry.lock` files.
4040
Markdown badge:
4141

4242
```markdown
43-
[![Deploy MkDocs Website status](https://github.com/REPO_OWNER/REPO_NAME/actions/workflows/deploy-mkdocs-poetry.yml/badge.svg)](https://github.com/REPO_OWNER/REPO_NAME/actions/workflows/deploy-mkdocs-poetry.yml)
43+
[![Deploy Website status](https://github.com/REPO_OWNER/REPO_NAME/actions/workflows/deploy-mkdocs-poetry.yml/badge.svg)](https://github.com/REPO_OWNER/REPO_NAME/actions/workflows/deploy-mkdocs-poetry.yml)
4444
```
4545

4646
Replace the `REPO_OWNER` and `REPO_NAME` placeholders in the URLs with the final repository owner and name ([example](https://raw.githubusercontent.com/arduino-libraries/ArduinoIoTCloud/master/README.md)).
@@ -50,7 +50,7 @@ Replace the `REPO_OWNER` and `REPO_NAME` placeholders in the URLs with the final
5050
Asciidoc badge:
5151

5252
```adoc
53-
image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/deploy-mkdocs-poetry.yml/badge.svg["Deploy MkDocs Website status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/deploy-mkdocs-poetry.yml"]
53+
image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/deploy-mkdocs-poetry.yml/badge.svg["Deploy Website status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/deploy-mkdocs-poetry.yml"]
5454
```
5555

5656
Define the `{repository-owner}` and `{repository-name}` attributes and use them throughout the readme ([example](https://raw.githubusercontent.com/arduino-libraries/WiFiNINA/master/README.adoc)).

0 commit comments

Comments
 (0)