Skip to content

Commit

Permalink
Add categories and preview page workflow for napari hub (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
DragaDoncila authored Dec 21, 2021
1 parent 002d766 commit 01f6cb9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/plugin_preview.yml
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
8 changes: 8 additions & 0 deletions .napari/config.yml
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

0 comments on commit 01f6cb9

Please sign in to comment.