Skip to content

build(deps-dev): bump @types/node from 22.5.5 to 22.7.4 #854

build(deps-dev): bump @types/node from 22.5.5 to 22.7.4

build(deps-dev): bump @types/node from 22.5.5 to 22.7.4 #854

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