Skip to content

Remove deploy to github pages. #177

Remove deploy to github pages.

Remove deploy to github pages. #177

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install the dependencies
run: |
python -m pip install --pre jupyterlite-core jupyterlab jupyterlite-pyodide-kernel
# install a dev version of the bluetooth-manager extension
python -m pip install .