We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9461481 commit c0387d2Copy full SHA for c0387d2
1 file changed
.github/workflows/static.yml
@@ -30,6 +30,8 @@ jobs:
30
if [ -f htmltoolkit/build/200.html ]; then
31
mv htmltoolkit/build/200.html htmltoolkit/build/404.html
32
fi
33
+ touch htmltoolkit/build/.nojekyll
34
+
35
36
- name: Deploy to GitHub Pages
37
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments