This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
Test on Python 3.11 #108
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
with: | |
hub-ref: main |