Skip to content

Bump puppeteer from 23.10.3 to 23.10.4 #740

Bump puppeteer from 23.10.3 to 23.10.4

Bump puppeteer from 23.10.3 to 23.10.4 #740

Workflow file for this run

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