We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c589221 commit 8809c76Copy full SHA for 8809c76
1 file changed
.github/workflows/static.yml
@@ -31,11 +31,11 @@ jobs:
31
steps:
32
- name: Checkout
33
uses: actions/checkout@v4
34
- - name: Setup Pages
35
- uses: actions/configure-pages@v5
36
- - name: Build index-final.html
+ - name: Build index.html
37
run: |
38
python build.py
+ - name: Setup Pages
+ uses: actions/configure-pages@v5
39
- name: Upload artifact
40
uses: actions/upload-pages-artifact@v3
41
with:
0 commit comments