We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3198ad commit a16e91fCopy full SHA for a16e91f
.github/workflows/static.yml
@@ -34,15 +34,14 @@ jobs:
34
- name: Build index.html
35
run: |
36
python build.py
37
+ mkdir output
38
+ cp index.html output/
39
- name: Setup Pages
40
uses: actions/configure-pages@v5
41
- name: Upload artifact
42
uses: actions/upload-pages-artifact@v3
43
with:
- # Upload entire repository
- # path: '.'
44
- # Upload compiled html file
45
- path: 'index.html'
+ path: 'output/'
46
- name: Deploy to GitHub Pages
47
id: deployment
48
uses: actions/deploy-pages@v4
0 commit comments