Skip to content

Commit 2eb4412

Browse files
committed
feat: 🎸 public is not put at the root
1 parent c99e515 commit 2eb4412

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎.github/workflows/deploy.yml‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,8 @@ jobs:
4343
with:
4444
folder: public
4545
branch: gh-pages
46-
token: ${{ secrets.GITHUB_TOKEN }}
46+
token: ${{ secrets.GITHUB_TOKEN }}
47+
clean: true
48+
clean-exclude: |
49+
.git
50+
.github

0 commit comments

Comments
 (0)