Skip to content

Commit 31ca5bf

Browse files
committed
Another deployment
1 parent 9c6462f commit 31ca5bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ jobs:
1111
deploy:
1212
uses: DurhamARC-Training/PythonCourse-jupyterlite/.github/workflows/deploy-jupyterlite.yml@github-action-branches
1313
secrets: inherit
14+
15+
cleanup:
16+
if: github.event_name == 'delete'
17+
uses: DurhamARC-Training/PythonCourse-jupyterlite/.github/workflows/cleanup-branch-deployment.yml@github-action-branches
18+
secrets: inherit

0 commit comments

Comments
 (0)