Skip to content

Expose resample_filter optional arguments in resample, FIRFilter #155

Expose resample_filter optional arguments in resample, FIRFilter

Expose resample_filter optional arguments in resample, FIRFilter #155

Workflow file for this run

name: Delete preview deployment
on:
pull_request:
types: [ closed ]
jobs:
delete-preview:
name: Delete preview deployment
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: gh-pages
- run: rm -rf previews/PR${{ github.event.number }}
- uses: stefanzweifel/git-auto-commit-action@v5.1.0
with:
commit_message: 'Delete preview of PR#${{ github.event.number }}'
branch: gh-pages