Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
💚 replace assets with dist
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Feb 25, 2022
1 parent 9c320d4 commit 06348d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ cp -r dist ../

# github
cd ../assets
rm -rf assets
cp -r ../dist/assets .
rm -rf dist
cp -r ../dist .
git add .
git config --local user.email "i@nn.ci"
git config --local user.name "Xhofe"
Expand Down

0 comments on commit 06348d2

Please sign in to comment.