Github-Tips Posted on 2024-01-05 Edited on 2026-03-24 search for topic: Awesome xxx 1pnpm add -D gh-pages 123456{ "scripts": { "build": "vite build", "deploy": "npm run build && gh-pages -d dist" }}