-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add categories and preview page workflow for napari hub (#47)
- Loading branch information
1 parent
002d766
commit 01f6cb9
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
name: napari hub Preview Page # we use this name to find your preview page artifact, so don't change it! | ||
# For more info on this action, see https://github.com/chanzuckerberg/napari-hub-preview-action/blob/main/action.yml | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- '**' | ||
|
||
jobs: | ||
preview-page: | ||
name: Preview Page Deploy | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@v2 | ||
|
||
- name: napari hub Preview Page Builder | ||
uses: chanzuckerberg/napari-hub-preview-action@v0.1.5 | ||
with: | ||
hub-ref: main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
# Add labels the plugin from the EDAM Bioimaging ontology | ||
labels: | ||
ontology: EDAM-BIOIMAGING:alpha06 | ||
terms: | ||
- Manual segmentation | ||
- 3D image | ||
- Image segmentation |