We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991b4f4 commit 1e010c1Copy full SHA for 1e010c1
1 file changed
.github/workflows/deploy.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: Checkout
24
uses: actions/checkout@v4
25
26
+ - name: Setup Pages
27
+ uses: actions/configure-pages@v5
28
+
29
- name: Setup Node
30
uses: actions/setup-node@v4
31
with:
@@ -35,6 +38,9 @@ jobs:
35
38
- name: Build
36
39
run: npm run build
37
40
41
+ - name: Disable Jekyll
42
+ run: touch ./dist/.nojekyll
43
44
- name: Upload artifact
45
uses: actions/upload-pages-artifact@v3
46
0 commit comments