Skip to content

Commit 3f39293

Browse files
authored
fix docs setup (#360)
* fix docs setup need to change main -> master * add docs badge to README, fix GitHub CI badge * remove path filtering
1 parent 52127a5 commit 3f39293

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

.github/workflows/Docs.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,11 @@ name: Docs
33
on:
44
push:
55
branches:
6-
- main
7-
paths:
8-
- "docs/**"
9-
- "src/**"
10-
- "*.toml"
6+
- master
117
tags: ["*"]
128
pull_request:
139
branches:
14-
- main
15-
paths:
16-
- "docs/**"
17-
- "src/**"
18-
- "*.toml"
10+
- master
1911
types: [opened, synchronize, reopened]
2012

2113
concurrency:

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# OpenCL.jl
22

3-
[![][buildkite-img]][buildkite-url] [![][github-img]][github-url]
3+
[![][buildkite-img]][buildkite-url]
4+
[![Test](https://github.com/JuliaGPU/OpenCL.jl/actions/workflows/Test.yml/badge.svg)](https://github.com/JuliaGPU/OpenCL.jl/actions/workflows/Test.yml)
5+
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliagpu.github.io/OpenCL.jl/stable)
6+
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliagpu.github.io/OpenCL.jl/dev)
47

58
[buildkite-img]: https://badge.buildkite.com/6b2a46bff67692115dea3ad5a275d2f80777a5a99ffe42adb0.svg
69
[buildkite-url]: https://buildkite.com/julialang/opencl-dot-jl
7-
[github-img]: https://github.com/JuliaGPU/OpenCL.jl/actions/workflows/CI.yml/badge.svg
8-
[github-url]: https://github.com/JuliaGPU/OpenCL.jl/actions/workflows/CI.yml
910

1011
*Julia interface for the OpenCL parallel computation API*
1112

0 commit comments

Comments
 (0)