Skip to content

Fix TagBot

Fix TagBot #29

Workflow file for this run

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