Skip to content

Commit

Permalink
deploy website
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Dec 4, 2023
1 parent 83e4048 commit 0db0ae7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/official-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
name: Make a commit for the official site
run: |
cp -r examples/official-site /tmp/
rm -rf *
rm -rf * .github .gitignore .git
cp -r /tmp/official-site/* .
git init .
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git add .
Expand Down

0 comments on commit 0db0ae7

Please sign in to comment.