Skip to content

Bump mymindstorm/setup-emsdk from 13 to 14 #562

Bump mymindstorm/setup-emsdk from 13 to 14

Bump mymindstorm/setup-emsdk from 13 to 14 #562

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