[Project] Renamed build directory to public

This commit is contained in:
Robert von Burg 2021-07-12 14:01:46 +02:00
parent acdca889a8
commit ff41a5a43d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
git config --global user.email "dev@strolch.li"
git config --global user.name "Strolch GitHub Actions Build"
git status
git add publish/.
git add public/
git commit -am "[AUTO] New version of website"
git push origin HEAD:develop