Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 275 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 275 Bytes

CV project

Build

npm run build

Deploy

Delete all files and folder in docs, except .git and README.md

Then move files and folder from build to docs

cd docs

find -not -name ".git" -not -name "README.md" -delete

mv ../build/* ../docs/