8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b3d18 commit ed155c9Copy full SHA for ed155c9
.github/workflows/delete-preview.yml
@@ -22,5 +22,5 @@ jobs:
22
run: |
23
PR_DIR=${{ github.event.pull_request.number }}
24
git rm -r --ignore-unmatch "${PR_DIR}/" || echo "Directory not found"
25
- git commit -m "Delete preview for the PR #${{ github.event.pull_request.number }}"
+ git commit -m "Delete preview for #${{ github.event.pull_request.number }}"
26
git push origin gh-pages
0 commit comments