Skip to content

Commit 9e0de6e

Browse files
authored
Hotfix for deployment
1 parent 4f8c786 commit 9e0de6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55

66
name: Deploy to GitHub Pages
77

@@ -26,3 +26,4 @@ jobs:
2626
with:
2727
branch: gh-pages
2828
folder: _site
29+
clean: false

0 commit comments

Comments
 (0)