Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit dd27c83

Browse files
committed
version to 1.3, renamed job to Gh-Pages, updated Readme
1 parent 03c63e3 commit dd27c83

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build docs and deploy to gh-pages
1+
name: Gh-Pages
22
on:
33
workflow_run:
44
workflows: ["Test"]

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<img src="https://github.com/rafsaf/respo/workflows/Publish/badge.svg" alt="Publish">
1111
</a>
1212

13+
<a href="https://github.com/rafsaf/respo/actions?query=workflow%3AGh-Pages" target="_blank">
14+
<img src="https://github.com/rafsaf/respo/workflows/Gh-Pages/badge.svg" alt="Gh-Pages">
15+
</a>
16+
1317
<a href="https://github.com/rafsaf/respo/blob/main/LICENSE" target="_blank">
1418
<img src="https://img.shields.io/github/license/rafsaf/respo" alt="License">
1519
</a>

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "respo"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "File based RBAC in Python made easy"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)