Skip to content

Commit 9eca383

Browse files
authored
Merge pull request #299 from JuliaDatabases/ed/fix-docs
Fix/modernize docs
2 parents 4752ef0 + 26d236b commit 9eca383

File tree

7 files changed

+13
-712
lines changed

7 files changed

+13
-712
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -137,22 +137,6 @@ jobs:
137137
with:
138138
file: lcov.info
139139

140-
slack:
141-
name: Notify Slack Failure
142-
needs: test
143-
runs-on: ubuntu-latest
144-
if: always() && github.event_name == 'schedule'
145-
steps:
146-
- uses: technote-space/workflow-conclusion-action@v2
147-
- uses: voxmedia/github-action-slack-notify-build@v1
148-
if: env.WORKFLOW_CONCLUSION == 'failure'
149-
with:
150-
channel: nightly-dev
151-
status: FAILED
152-
color: danger
153-
env:
154-
SLACK_BOT_TOKEN: ${{ secrets.DEV_SLACK_BOT_TOKEN }}
155-
156140
docs:
157141
name: Documentation
158142
runs-on: ubuntu-latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ LibPQ.jl is a Julia wrapper for the PostgreSQL `libpq` [C library](https://www.p
66

77
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliadatabases.org/LibPQ.jl/stable/)
88
[![In Development](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliadatabases.org/LibPQ.jl/dev/)
9-
[![CI](https://github.com/iamed2/LibPQ.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/iamed2/LibPQ.jl/actions/workflows/CI.yml)
10-
[![CodeCov](https://codecov.io/gh/iamed2/LibPQ.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/iamed2/LibPQ.jl)
9+
[![CI](https://github.com/JuliaDatabases/LibPQ.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaDatabases/LibPQ.jl/actions/workflows/CI.yml)
10+
[![codecov](https://codecov.io/gh/JuliaDatabases/LibPQ.jl/graph/badge.svg?token=zBj6Hn98DS)](https://app.codecov.io/gh/JuliaDatabases/LibPQ.jl)
1111

1212
## Features
1313

0 commit comments

Comments
 (0)