Skip to content

Commit 664014f

Browse files
committed
Add checkout step to deploy.yml
1 parent cc8544f commit 664014f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
name: github-pages
2222
url: ${{ steps.deployment.outputs.page_url }}
2323
steps:
24+
- name: Checkout your repository using git
25+
uses: actions/checkout@v4
2426
- uses: voidzero-dev/setup-vp@v1
2527
with:
2628
node-version: "24"

0 commit comments

Comments
 (0)