feat: 海外V4文档全部英译, 包括图片替换 #700
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Delete Preview Environment | |
on: | |
pull_request: | |
types: [closed] | |
jobs: | |
delete-preview-environment: | |
runs-on: ubuntu-latest | |
permissions: | |
deployments: write | |
steps: | |
- uses: strumwolf/delete-deployment-environment@v2 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
environment: preview/${{ github.head_ref }} | |
onlyDeactivateDeployments: true |