Skip to content

Commit 1eee872

Browse files
committed
ci: publish-docs -> docs
1 parent f2bb349 commit 1eee872

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-docs.yml renamed to .github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Docs
1+
name: docs
22

33
on:
44
push:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ libtmux is a scripting library for tmux. You can use it command and control tmux
44
sessions, windows, and panes. It is the tool behind [tmuxp], a tmux workspace manager in python.
55

66
[![Python Package](https://img.shields.io/pypi/v/libtmux.svg)](https://pypi.org/project/libtmux/)
7-
[![Docs](https://github.com/tmux-python/libtmux/workflows/Publish%20Docs/badge.svg)](https://libtmux.git-pull.com/)
7+
[![Docs](https://github.com/tmux-python/libtmux/workflows/docs/badge.svg)](https://libtmux.git-pull.com/)
88
[![Build Status](https://github.com/tmux-python/libtmux/workflows/tests/badge.svg)](https://github.com/tmux-python/tmux-python/actions?query=workflow%3A%22tests%22)
99
[![Code Coverage](https://codecov.io/gh/tmux-python/libtmux/branch/master/graph/badge.svg)](https://codecov.io/gh/tmux-python/libtmux)
1010
[![License](https://img.shields.io/github/license/tmux-python/libtmux.svg)](https://github.com/tmux-python/libtmux/blob/master/LICENSE)

0 commit comments

Comments
 (0)