Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 952 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 952 Bytes

mrs-educational-book

Steps:

You need to fork this repo.

  1. Clone repo

On the command line (Terminal)

git clone https://github.com/sevimcengiz/mrs-educational-book.git
  1. Update contents and save I used sublime text to update the "rmd" files.

  2. Change directory

Ex:

cd /Users/sevim/Developer/mrs-educational-book
  1. Commit changes into main branch
git add .
git commit -m "Update book contents"
  1. 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.