Skip to content

Commit 8809c76

Browse files
authored
Update static.yml
1 parent c589221 commit 8809c76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/static.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
34-
- name: Setup Pages
35-
uses: actions/configure-pages@v5
36-
- name: Build index-final.html
34+
- name: Build index.html
3735
run: |
3836
python build.py
37+
- name: Setup Pages
38+
uses: actions/configure-pages@v5
3939
- name: Upload artifact
4040
uses: actions/upload-pages-artifact@v3
4141
with:

0 commit comments

Comments
 (0)