Skip to content

Commit 1872b4a

Browse files
authored
chore: Stop publishing to GH pages (#36)
1 parent afdcec5 commit 1872b4a

File tree

3 files changed

+1
-25
lines changed

3 files changed

+1
-25
lines changed

.github/actions/publish-docs/action.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/release-please.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,3 @@ jobs:
4848
uses: pypa/gh-action-pypi-publish@release/v1
4949
with:
5050
password: ${{env.PYPI_AUTH_TOKEN}}
51-
52-
- uses: ./.github/actions/publish-docs
53-
if: ${{ steps.release.outputs.releases_created == 'true' }}
54-
with:
55-
token: ${{secrets.GITHUB_TOKEN}}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Run CI](https://github.com/launchdarkly/python-eventsource/actions/workflows/ci.yml/badge.svg)](https://github.com/launchdarkly/python-eventsource/actions/workflows/ci.yml)
44
[![PyPI](https://img.shields.io/pypi/v/launchdarkly-eventsource.svg?maxAge=2592000)](https://pypi.python.org/pypi/launchdarkly-eventsource)
5-
[![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8)](https://launchdarkly.github.io/python-eventsource)
5+
[![readthedocs](https://readthedocs.org/projects/launchdarkly-sse-client-library/badge/)](https://launchdarkly-sse-client-library.readthedocs.io/en/latest/)
66

77
## Overview
88

0 commit comments

Comments
 (0)