We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7afc6 commit d15f45aCopy full SHA for d15f45a
1 file changed
.github/workflows/deploy.yml
@@ -36,6 +36,9 @@ jobs:
36
- name: Build static export
37
run: npm run build
38
39
+ - name: Disable Jekyll processing
40
+ run: touch out/.nojekyll
41
+
42
- name: Upload Pages artifact
43
uses: actions/upload-pages-artifact@v3
44
with:
0 commit comments