Skip to content

RubyElders/rubyelders.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rubyelders.com

setup

yarn install

start dev server

yarn run server

build

yarn run build

manual deploy (push to gh-pages)

yarn run build
yarn run deploy

Usually there is no need for manual deploy. master branch is automatically deployed by GitHub actions.