cd Persistencedev
.\build-distribution.ps1 -Version "1.0.13".\deploy-to-github-pages.ps1 -Version "1.0.13"- Go to: https://github.com/Persistence-AI/Landing/releases/new
- Tag:
v1.0.13 - Upload ZIP files from
Persistencedev/dist/ - Publish
# Clone Landing repo (if needed)
cd ..
git clone https://github.com/Persistence-AI/Landing.git
cd Landing
# Copy website files
Copy-Item -Path "..\PersistenceCLI\website\*" -Destination "." -Recurse -Force
# Commit and push
git add .
git commit -m "Deploy website v1.0.13"
git push origin main- Website: https://persistence-ai.github.io/Landing/
- Install Scripts:
- Windows:
iwr -useb https://persistence-ai.github.io/Landing/install.ps1 | iex - Linux/macOS:
curl -fsSL https://persistence-ai.github.io/Landing/install.sh | bash
- Windows:
- API: https://persistence-ai.github.io/Landing/api/latest.json
Users can now install PersistenceAI using the install commands shown on your website.