Steps:
You need to fork this repo.
- Clone repo
On the command line (Terminal)
git clone https://github.com/sevimcengiz/mrs-educational-book.git
-
Update contents and save I used sublime text to update the "rmd" files.
-
Change directory
Ex:
cd /Users/sevim/Developer/mrs-educational-book
- Commit changes into
main
branch
git add .
git commit -m "Update book contents"
- Push changes to repo
git push -u origin main
After this part, it will automatically build and deploy. When you go tho the github pages;
https://github.com/sevimcengiz/mrs-educational-book/settings/pages
You will see this screen and when you check the link it will automatically updates the changes that you made.