Skip to content

Commit 36597bb

Browse files
authored
Git checkout is required (#5)
1 parent 1605055 commit 36597bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-close.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
SITE_DIR: "gh-pages"
1515
PR_PATH: pull-${{ github.event.number }}
1616
steps:
17+
- name: Checkout
18+
uses: actions/checkout@v4
1719
- name: Make empty dir
1820
run: "mkdir -p ${{ env.SITE_DIR }}"
1921

0 commit comments

Comments
 (0)