Skip to content

Commit

Permalink
ci: renamed missing deploy to gh-pages-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sidisinsane committed Mar 26, 2024
1 parent e4ecf43 commit b7759ea
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![License](https://img.shields.io/github/license/sidisinsane/copier-python-hatch-template)](https://github.com/sidisinsane/copier-python-hatch-template/blob/main/LICENSE)
[![CI Status](https://img.shields.io/github/actions/workflow/status/sidisinsane/copier-python-hatch-template/ci.yml?logo=github&label=ci)](https://github.com/sidisinsane/copier-python-hatch-template/blob/main/.github/workflows/ci.yml)
[![CodeQL Status](https://img.shields.io/github/actions/workflow/status/sidisinsane/copier-python-hatch-template/codeql.yml?logo=github&label=codeql)](https://github.com/sidisinsane/copier-python-hatch-template/blob/main/.github/workflows/codeql.yml)
[![GH-Pages Deploy Status](https://img.shields.io/github/actions/workflow/status/sidisinsane/copier-python-hatch-template/deploy.yml?logo=github&label=gh-pages-deploy)](https://github.com/sidisinsane/copier-python-hatch-template/blob/main/.github/workflows/gh-pages-deploy.yml)
[![GH-Pages Deploy Status](https://img.shields.io/github/actions/workflow/status/sidisinsane/copier-python-hatch-template/gh-pages-deploy.yml?logo=github&label=gh-pages-deploy)](https://github.com/sidisinsane/copier-python-hatch-template/blob/main/.github/workflows/gh-pages-deploy.yml)
<!--[![Test Status](https://img.shields.io/github/actions/workflow/status/sidisinsane/copier-python-hatch-template/test.yml?logo=github&label=test)](https://github.com/sidisinsane/copier-python-hatch-template/blob/main/.github/workflows/test.yml)-->

[![Python Version](https://img.shields.io/python/required-version-toml?tomlFilePath=https://raw.githubusercontent.com/sidisinsane/copier-python-hatch-template/main/pyproject.toml&logo=python&logoColor=white&label=Python)](https://www.python.org/)
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="CodeQL Status" href="https://github.com/sidisinsane/copier-python-hatch-template/blob/main/.github/workflows/codeql.yml">
<img alt="CodeQL Status" src="https://img.shields.io/github/actions/workflow/status/sidisinsane/copier-python-hatch-template/codeql.yml?logo=github&label=codeql">
</a>
<a title="GH-Pages Deploy Status" href="https://github.com/sidisinsane/copier-python-hatch-template/blob/main/.github/workflows/deploy.yml">
<a title="GH-Pages Deploy Status" href="https://github.com/sidisinsane/copier-python-hatch-template/blob/main/.github/workflows/gh-pages-deploy.yml">
<img alt="GH-Pages Deploy Status" src="https://img.shields.io/github/actions/workflow/status/sidisinsane/copier-python-hatch-template/gh-pages-deploy.yml?logo=github&label=gh-pages-deploy">
</a>
<!--
Expand Down
6 changes: 4 additions & 2 deletions project/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@
<a title="CodeQL Status" href="https://{{ repository_provider }}/{{ repository_namespace }}/{{ repository_name }}/blob/main/.github/workflows/codeql.yml">
<img alt="CodeQL Status" src="https://img.shields.io/github/actions/workflow/status/{{ repository_namespace }}/{{ repository_name }}/codeql.yml?logo={{ repository_provider.rsplit(".", 1)[0] }}&label=codeql">
</a>
<a title="Deploy Status" href="https://{{ repository_provider }}/{{ repository_namespace }}/{{ repository_name }}/blob/main/.github/workflows/deploy.yml">
<img alt="Deploy Status" src="https://img.shields.io/github/actions/workflow/status/{{ repository_namespace }}/{{ repository_name }}/deploy.yml?logo={{ repository_provider.rsplit(".", 1)[0] }}&label=deploy">
<a title="GH-Pages Deploy Status" href="https://{{ repository_provider }}/{{ repository_namespace }}/{{ repository_name }}/blob/main/.github/workflows/gh-pages-deploy.yml">
<img alt="GH-Pages Deploy Status" src="https://img.shields.io/github/actions/workflow/status/{{ repository_namespace }}/{{ repository_name }}/gh-pages-deploy.yml?logo={{ repository_provider.rsplit(".", 1)[0] }}&label=gh-pages-deploy">
</a>
<!--
<a title="Test Status" href="https://{{ repository_provider }}/{{ repository_namespace }}/{{ repository_name }}/blob/main/.github/workflows/test.yml">
<img alt="Test Status" src="https://img.shields.io/github/actions/workflow/status/{{ repository_namespace }}/{{ repository_name }}/test.yml?logo={{ repository_provider.rsplit(".", 1)[0] }}&label=test">
</a>
-->
</p>

<p align="center">
Expand Down
6 changes: 3 additions & 3 deletions project/mkdocs/index.md.jinja
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">
<div align="center">
<a title="Home" href="https://{{ repository_provider }}/{{ repository_namespace }}/{{ repository_name }}">
<img alt="Project Logo" src="images/logo.svg" width="200">
</a>
Expand All @@ -17,8 +17,8 @@
<a title="CodeQL Status" href="https://{{ repository_provider }}/{{ repository_namespace }}/{{ repository_name }}/blob/main/.github/workflows/codeql.yml">
<img alt="CodeQL Status" src="https://img.shields.io/github/actions/workflow/status/{{ repository_namespace }}/{{ repository_name }}/codeql.yml?logo={{ repository_provider.rsplit(".", 1)[0] }}&label=codeql">
</a>
<a title="Deploy Status" href="https://{{ repository_provider }}/{{ repository_namespace }}/{{ repository_name }}/blob/main/.github/workflows/deploy.yml">
<img alt="Deploy Status" src="https://img.shields.io/github/actions/workflow/status/{{ repository_namespace }}/{{ repository_name }}/deploy.yml?logo={{ repository_provider.rsplit(".", 1)[0] }}&label=deploy">
<a title="GH-Pages Deploy Status" href="https://{{ repository_provider }}/{{ repository_namespace }}/{{ repository_name }}/blob/main/.github/workflows/gh-pages-deploy.yml">
<img alt="GH-Pages Deploy Status" src="https://img.shields.io/github/actions/workflow/status/{{ repository_namespace }}/{{ repository_name }}/gh-pages-deploy.yml?logo={{ repository_provider.rsplit(".", 1)[0] }}&label=gh-pages-deploy">
</a>
<a title="Test Status" href="https://{{ repository_provider }}/{{ repository_namespace }}/{{ repository_name }}/blob/main/.github/workflows/test.yml">
<img alt="Test Status" src="https://img.shields.io/github/actions/workflow/status/{{ repository_namespace }}/{{ repository_name }}/test.yml?logo={{ repository_provider.rsplit(".", 1)[0] }}&label=test">
Expand Down

0 comments on commit b7759ea

Please sign in to comment.