Skip to content

build(deps-dev): bump @types/node from 20.4.5 to 20.4.8 #537

build(deps-dev): bump @types/node from 20.4.5 to 20.4.8

build(deps-dev): bump @types/node from 20.4.5 to 20.4.8 #537

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@v3
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@v4
with:
commit_message: 'Remove PR ${{ github.event.pull_request.number }}'
branch: gh-pages