Skip to content

Commit 14c7b0b

Browse files
committedApr 30, 2022
Add napari-hub preview workflow
1 parent 45c4f4b commit 14c7b0b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
 
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: napari hub Preview Page # we use this name to find your preview page artifact, so don't change it!
2+
# For more info on this action, see https://github.com/chanzuckerberg/napari-hub-preview-action/blob/main/action.yml
3+
4+
on:
5+
pull_request:
6+
branches:
7+
- '**'
8+
9+
jobs:
10+
preview-page:
11+
name: Preview Page Deploy
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- name: Checkout repo
16+
uses: actions/checkout@v2
17+
18+
- name: napari hub Preview Page Builder
19+
uses: chanzuckerberg/napari-hub-preview-action@v0.1.5
20+
with:
21+
hub-ref: main

0 commit comments

Comments
 (0)
Please sign in to comment.