Skip to content

Commit 94e1375

Browse files
authored
Update deploy.yml
1 parent 09a0c07 commit 94e1375

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
pages: write
1212
pull-requests: write
1313
steps:
14+
- name: Checkout 🛎
15+
uses: actions/checkout@v4
1416
- uses: JamesIves/github-pages-deploy-action@v4
1517
with:
1618
folder: ./
17-
branch: gh-pages
19+
branch: gh-pages

0 commit comments

Comments
 (0)