Skip to content

Commit

Permalink
Add napari hub preview action
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed May 9, 2022
1 parent ae29c9e commit b8a0a1e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/napari-hub-preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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

0 comments on commit b8a0a1e

Please sign in to comment.