Skip to content

Commit

Permalink
Update github badge url (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
athackst committed Nov 10, 2022
1 parent 2716e37 commit f7af832
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yml
@@ -1,4 +1,4 @@
name: PR Labeler
name: pr labeler
on:
pull_request:
types: [opened]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
@@ -1,4 +1,4 @@
name: Publish docs
name: docs

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
@@ -1,4 +1,4 @@
name: Release
name: release

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_draft.yml
@@ -1,4 +1,4 @@
name: Draft release
name: draft release

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
@@ -1,4 +1,4 @@
name: Test
name: test

on:
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
![mkdocs-simple-plugin](https://github.com/athackst/mkdocs-simple-plugin/raw/main/media/mkdocs-simple-plugin.png)

[![Test](https://github.com/athackst/mkdocs-simple-plugin/workflows/Test/badge.svg)](https://github.com/athackst/mkdocs-simple-plugin)
[![Docs](https://github.com/athackst/mkdocs-simple-plugin/workflows/Docs/badge.svg)](https://althack.dev/mkdocs-simple-plugin)
[![Test](https://github.com/athackst/mkdocs-simple-plugin/actions/workflows/test.yml/badge.svg)](https://github.com/athackst/mkdocs-simple-plugin)
[![Docs](https://github.com/athackst/mkdocs-simple-plugin/actions/workflows/publish_docs.yml/badge.svg)](https://althack.dev/mkdocs-simple-plugin)
[![Docker](https://img.shields.io/docker/pulls/althack/mkdocs-simple-plugin)](https://hub.docker.com/r/althack/mkdocs-simple-plugin)
[![pypi](https://img.shields.io/pypi/dm/mkdocs-simple-plugin?label=pypi%20downloads&color=blue)](https://pypi.org/project/mkdocs-simple-plugin/)
[![Github Action](https://img.shields.io/badge/github%20action-download-blue)](https://github.com/marketplace/actions/mkdocs-simple-action)
Expand Down

0 comments on commit f7af832

Please sign in to comment.