Skip to content

Add cleanup action

Add cleanup action #19

Workflow file for this run

name: Deploy JupyterLite
on:
push:
branches: ['**']
permissions:
contents: write
jobs:
deploy:
uses: DurhamARC-Training/PythonCourse-jupyterlite/.github/workflows/deploy-jupyterlite.yml@github-action-branches
secrets: inherit
cleanup:
if: github.event_name == 'delete'
uses: DurhamARC-Training/PythonCourse-jupyterlite/.github/workflows/cleanup-branch-deployment.yml@github-action-branches
secrets: inherit