We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c4f4b commit 14c7b0bCopy full SHA for 14c7b0b
.github/workflows/napari_hub_preview.yml
@@ -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