File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change 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- - ' test'
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
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+ # - 'test' # '**' for all
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
You can’t perform that action at this time.
0 commit comments