Skip to content

Commit 40b2e66

Browse files
authored
Adding empty dir, to avoid failures (#3)
See: #2 (comment)
1 parent c9a8a12 commit 40b2e66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-close.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
SITE_DIR: "gh-pages"
1515
PR_PATH: pull-${{ github.event.number }}
1616
steps:
17+
- name: Make empty dir
18+
run: "mkdir -p ${{ env.PR_PATH }}"
19+
1720
- name: Removing PR preview
1821
uses: JamesIves/github-pages-deploy-action@v4
1922
with:

0 commit comments

Comments
 (0)