Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit ec63543

Browse files
deploy www folder
1 parent 513d3f7 commit ec63543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
- name: Upload artifact
4545
uses: actions/upload-pages-artifact@v3
4646
with:
47-
# Upload entire repository
48-
path: '.'
47+
# Upload only the www folder
48+
path: 'www'
4949
- name: Deploy to GitHub Pages
5050
id: deployment
5151
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)