Skip to content

Commit 1605055

Browse files
authored
Use proper path for dir removal (#4)
1 parent 40b2e66 commit 1605055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
PR_PATH: pull-${{ github.event.number }}
1616
steps:
1717
- name: Make empty dir
18-
run: "mkdir -p ${{ env.PR_PATH }}"
18+
run: "mkdir -p ${{ env.SITE_DIR }}"
1919

2020
- name: Removing PR preview
2121
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)