Lower the priority of /docs/ to 0.3 in sitemap #21
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: Cleanup Documentation Preview | |
on: | |
pull_request: | |
types: [closed] | |
paths: | |
- 'Documentation/**' | |
jobs: | |
documentation-preview: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Cleanup Documentation Preview | |
uses: appleboy/[email protected] | |
with: | |
username: ${{ secrets.SSH_USERNAME }} | |
host: ${{ secrets.SSH_HOST }} | |
port: ${{ secrets.SSH_PORT }} | |
key: ${{ secrets.SSH_KEY }} | |
script: rm -rf ~/NetCord/preview/html/${{ github.event.pull_request.number }} |