Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github badge url #427

Merged
merged 1 commit into from Nov 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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