Skip to content

Deprecate multi-arg and tuple nextfastfft #124

Deprecate multi-arg and tuple nextfastfft

Deprecate multi-arg and tuple nextfastfft #124

name: Delete preview deployment
on:
pull_request:
types: [ closed ]
jobs:
delete-preview:
name: Delete preview deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
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