We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33ca01 commit bdf0329Copy full SHA for bdf0329
1 file changed
.github/workflows/deploy.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: Build
24
run: npm run build
25
26
+ - name: Create .nojekyll file
27
+ run: touch ./out/.nojekyll
28
+
29
- name: Deploy
30
uses: peaceiris/actions-gh-pages@v3
31
with:
0 commit comments