Skip to content

Commit 3266f0c

Browse files
authored
Update static.yml
change dir
1 parent 31c57ea commit 3266f0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
uses: actions/upload-pages-artifact@v3
3838
with:
3939
# Upload entire repository
40-
path: './src/site'
40+
# switch boot to site dir
41+
path: './site'
4142
- name: Deploy to GitHub Pages
4243
id: deployment
4344
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)