We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f05cba + c1761a3 commit a08af80Copy full SHA for a08af80
1 file changed
.github/workflows/deploy.yml
@@ -40,6 +40,9 @@ jobs:
40
- name: Copy assets to dist
41
run: cp -r assets dist/
42
43
+ - name: Add .nojekyll file
44
+ run: touch dist/.nojekyll
45
+
46
- name: Setup Pages
47
uses: actions/configure-pages@v4
48
0 commit comments