Skip to content

Commit 5b95004

Browse files
authored
Merge pull request #240 from dstansby/doc-build
Add workflow dispatch option for doc build
2 parents 2778e1c + c1aae45 commit 5b95004

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- main
1111
tags:
1212
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
13+
workflow_dispatch:
1314

1415
jobs:
1516
build-docs:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
name = napari_matplotlib
2+
name = napari-matplotlib
33
description = A plugin to use Matplotlib with napari
44
long_description = file: README.md
55
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)