Skip to content

Commit bbdf86f

Browse files
authored
build-site.yml: upload the site only
1 parent 60a9c03 commit bbdf86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/upload-pages-artifact@v3
4343
with:
4444
# Upload entire repository
45-
path: '.'
45+
path: './build/site'
4646
- name: Deploy to GitHub Pages
4747
id: deployment
4848
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)