Skip to content

Commit bdf0329

Browse files
authored
Update deploy.yml
1 parent d33ca01 commit bdf0329

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Build
2424
run: npm run build
2525

26+
- name: Create .nojekyll file
27+
run: touch ./out/.nojekyll
28+
2629
- name: Deploy
2730
uses: peaceiris/actions-gh-pages@v3
2831
with:

0 commit comments

Comments
 (0)