Skip to content

Update GitHub workflows for JupyterLite deployment and cleanup #5

Update GitHub workflows for JupyterLite deployment and cleanup

Update GitHub workflows for JupyterLite deployment and cleanup #5

Workflow file for this run

name: Deploy JupyterLite
on:
push:
branches: ['**'] # Deploy all branches
permissions:
contents: write
jobs:
deploy:
uses: DurhamARC-Training/PythonCourse-jupyterlite/.github/workflows/deploy-jupyterlite.yml@main
secrets: inherit