Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 800 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 800 Bytes

This is mainly for publishing my blogs using docusaurus for build and github pages for publishing. Build and Deploy Github Pages Deployment

Publish

Github action get triggered for any pushes to master on blogs and journal folders. In case you want to build from local

cd docusaurus
npm ci
npm run build
npm run deploy # this will push the build artifacts to `gh-pages` branch used for publishing