Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 635 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 635 Bytes

What is this Repository?

This is the repository where you can find the code of my personal website.

When I want to update my website, I make changes here and then, from this repository, I launch the command

sh autobuild.sh

This brief script has the effect of automatically build the application: a build folder is generated and its content is then moved to this repository.

To get full automacy you can also use the command

sh autopush.sh "this is the name of my commit"

to push automatically the latest updates on the two repos.