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 ef992e8 commit f11815dCopy full SHA for f11815d
1 file changed
.github/workflows/build.yml
@@ -59,6 +59,9 @@ jobs:
59
- name: Build
60
run: make debug_build
61
62
+ - name: Prepare
63
+ run: touch html/.nojekyll
64
+
65
- name: Deploy
66
uses: JamesIves/github-pages-deploy-action@v4
67
with:
0 commit comments