Skip to content

Commit e82d9ac

Browse files
fix: correct workflow filename in CI badges
1 parent 8e1eea0 commit e82d9ac

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,5 +186,3 @@ jobs:
186186
- uses: actions/checkout@v4
187187
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
188188
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
189-
with:
190-
ignore_links: 'https://github.com/deepnote/jupyterlab-deepnote/pull/ https://github.com/deepnote/jupyterlab-deepnote/issues/'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# jupyterlab_deepnote
22

3-
[![CI](https://github.com/deepnote/jupyterlab-deepnote/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/deepnote/jupyterlab-deepnote/actions/workflows/ci.yml)
3+
[![CI](https://github.com/deepnote/jupyterlab-deepnote/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/deepnote/jupyterlab-deepnote/actions/workflows/build.yml)
44
[![codecov](https://codecov.io/gh/deepnote/jupyterlab-deepnote/branch/main/graph/badge.svg)](https://codecov.io/gh/deepnote/jupyterlab-deepnote)
55

66
A Deepnote extension for JupyterLab

0 commit comments

Comments
 (0)