This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(workflow): add GitHub Pages deployment
This commit introduces a new GitHub Actions workflow for deploying to GitHub Pages. The workflow is triggered on pushes to the main branch and can also be manually dispatched. It includes steps for checking out the repository, setting up Node.js, installing dependencies with pnpm, and building the project. The built artifacts are then uploaded and deployed to GitHub Pages.
- Loading branch information