Skip to content

Commit 1e010c1

Browse files
committed
update webinfo
1 parent 991b4f4 commit 1e010c1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v4
2525

26+
- name: Setup Pages
27+
uses: actions/configure-pages@v5
28+
2629
- name: Setup Node
2730
uses: actions/setup-node@v4
2831
with:
@@ -35,6 +38,9 @@ jobs:
3538
- name: Build
3639
run: npm run build
3740

41+
- name: Disable Jekyll
42+
run: touch ./dist/.nojekyll
43+
3844
- name: Upload artifact
3945
uses: actions/upload-pages-artifact@v3
4046
with:

0 commit comments

Comments
 (0)