This repository contains production builds for Pactus Wallet, automatically deployed from versioned releases.
- Hosts the production version at wallet.pactus.org
- Updated automatically when new tags are pushed to the main repository
- Serves as the GitHub Pages deployment target
- When a new tag (vX.Y.Z) is created in the main repository
- GitHub Actions builds the production artifacts
- The built files are deployed to this repository's
gh-pages
branch
- Do not manually edit files in this repository
- All changes should be made in the main repository
- Deployment is managed by GitHub Actions