Skip to content

Commit 5c5cfd8

Browse files
authored
Merge pull request #9 from dstansby/napari-hub
Add napari-hub preview workflow
2 parents f4be01d + 14c7b0b commit 5c5cfd8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: .github/workflows/napari_hub_preview.yml

+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/[email protected]
20+
with:
21+
hub-ref: main

0 commit comments

Comments
 (0)