8 / 15

DeploymentURL copied

GitHub PagesURL copied

Copied
# Build the site
vyasa build demo -o docs

# Push to GitHub and enable GitHub Pages from /docs folder
git add docs
git commit -m "Build static site"
git push