Skip to content

Commit

Permalink
Add space in deploy_mkdocs.yml and bug fix branch_delete.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bleudev committed Jul 5, 2024
1 parent a997d6d commit 54cad12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/branch_delete.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Branch Deleted

on: delete

permissions:
contents: write

jobs:
delete:
if: github.event.ref_type == 'branch'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: deploy_mkdocs

on:
push

Expand Down

0 comments on commit 54cad12

Please sign in to comment.