Skip to content

build(deps-dev): bump webpack from 5.96.1 to 5.97.1 in the webpack group #901

build(deps-dev): bump webpack from 5.96.1 to 5.97.1 in the webpack group

build(deps-dev): bump webpack from 5.96.1 to 5.97.1 in the webpack group #901

Workflow file for this run

name: 'Clear docs for closed PR'
on:
pull_request:
types: [closed]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: gh-pages
- name: Remove docs
run: rm -rf pull/${{ github.event.pull_request.number }}
- name: Unpublish docs
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'Remove PR ${{ github.event.pull_request.number }}'
branch: gh-pages