feat: add build
black-action / runner / black formatter (push) Successful in -1m14s Details

This commit is contained in:
0xMRTT 2023-06-08 23:14:58 +02:00
parent a8795e12b0
commit 7b33014baa
Signed by: 0xMRTT
GPG Key ID: 910B287304120902
1 changed files with 7 additions and 0 deletions

7
build.sh Normal file
View File

@ -0,0 +1,7 @@
gallery-build
cp -r public/* ../gallery
cd ../gallery
git add .
git commit -m "update"
git push origin master