Skip to content

Commit a16e91f

Browse files
authored
Update static.yml
1 parent f3198ad commit a16e91f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/static.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,14 @@ jobs:
3434
- name: Build index.html
3535
run: |
3636
python build.py
37+
mkdir output
38+
cp index.html output/
3739
- name: Setup Pages
3840
uses: actions/configure-pages@v5
3941
- name: Upload artifact
4042
uses: actions/upload-pages-artifact@v3
4143
with:
42-
# Upload entire repository
43-
# path: '.'
44-
# Upload compiled html file
45-
path: 'index.html'
44+
path: 'output/'
4645
- name: Deploy to GitHub Pages
4746
id: deployment
4847
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)