Skip to content

Commit 0467516

Browse files
committed
deploy website
1 parent 83e4048 commit 0467516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/official-site.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
name: Make a commit for the official site
2020
run: |
2121
cp -r examples/official-site /tmp/
22-
rm -rf *
22+
rm -rf * .[!.]*
2323
cp -r /tmp/official-site/* .
24+
git init .
2425
git config user.name "GitHub Actions Bot"
2526
git config user.email "<>"
2627
git add .

0 commit comments

Comments
 (0)