We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0595e35 commit 763c003Copy full SHA for 763c003
1 file changed
.github/workflows/static.yml
@@ -37,6 +37,8 @@ jobs:
37
run: |
38
npm i
39
npm run build
40
+ touch .nojekyll
41
+ cp index.html 404.html
42
- name: Setup Pages
43
uses: actions/configure-pages@v5
44
- name: Upload artifact
0 commit comments