Skip to content

Backport filt fix (#516 and #539) and bump version to 0.7.10 #116

Backport filt fix (#516 and #539) and bump version to 0.7.10

Backport filt fix (#516 and #539) and bump version to 0.7.10 #116

Workflow file for this run

name: Delete preview deployment
on:
pull_request:
types: [ closed ]
jobs:
delete-preview:
name: Delete preview deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: gh-pages
- run: rm -rf previews/PR${{ github.event.number }}
- uses: stefanzweifel/[email protected]
with:
commit_message: 'Delete preview of PR#${{ github.event.number }}'
branch: gh-pages