Skip to content

Add automatic branch deployment comment for PRs #31

Add automatic branch deployment comment for PRs

Add automatic branch deployment comment for PRs #31

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