Skip to content

Commit b3d9572

Browse files
committed
edit deploy.yml
1 parent 774ba2c commit b3d9572

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ jobs:
3030
- name: Checkout repository
3131
uses: actions/checkout@v4
3232

33+
- name: Upload artifact
34+
uses: actions/upload-pages-artifact@v3
35+
with:
36+
path: ./
37+
3338
- name: Deploy to GitHub Pages
3439
id: deployment
3540
uses: actions/deploy-pages@v4
36-
with:
37-
publish_dir: ./

0 commit comments

Comments
 (0)