Skip to content

Commit d9b0f87

Browse files
authored
Update deploy.yml
1 parent b3ebc65 commit d9b0f87

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
runs-on: ubuntu-latest
6060
name: Deploy
6161
steps:
62+
- name: Checkout code
63+
uses: actions/checkout@v4
64+
6265
- name: Deploy to GitHub Pages
6366
id: deployment
64-
uses: actions/deploy-pages@v4
67+
uses: actions/deploy-pages@v4
68+
with:
69+
publish_dir: ./docs

0 commit comments

Comments
 (0)