Skip to content

Commit fc88685

Browse files
committed
Disable documentation
1 parent 8204971 commit fc88685

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
with:
4343
file: lcov.info
4444
docs:
45+
if: ${{ false }} # disable documentation for now
4546
name: Documentation
4647
runs-on: ubuntu-latest
4748
steps:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GraphDatasets
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://simonschoelly.github.io/GraphDatasets.jl/stable)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://simonschoelly.github.io/GraphDatasets.jl/dev)
3+
<!-- [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://simonschoelly.github.io/GraphDatasets.jl/stable) -->
4+
<!-- [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://simonschoelly.github.io/GraphDatasets.jl/dev) -->
55
[![Build Status](https://github.com/simonschoelly/GraphDatasets.jl/workflows/CI/badge.svg)](https://github.com/simonschoelly/GraphDatasets.jl/actions)
66
[![Coverage](https://codecov.io/gh/simonschoelly/GraphDatasets.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/simonschoelly/GraphDatasets.jl)
77

0 commit comments

Comments
 (0)