Skip to content

Commit 0fb4a03

Browse files
committed
fix docs links
1 parent bb286a8 commit 0fb4a03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ jobs:
5151
- uses: julia-actions/julia-docdeploy@v1
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
This is the Julia library needed along with code generated by the [OpenAPI generator](https://openapi-generator.tech/) to help define, produce and consume OpenAPI interfaces.
77

8-
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaComputing.github.io/OpenAPI.jl/stable)
9-
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaComputing.github.io/OpenAPI.jl/dev)
8+
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://JuliaComputing.github.io/OpenAPI.jl)
109

1110
## Quick Guide
1211

0 commit comments

Comments
 (0)