zihluwang
d5fed79c26
Merge pull request #65 from onixbyte/dependabot/github_actions/actions/upload-pages-artifact-4
...
chore: bump actions/upload-pages-artifact from 3 to 4
2025-12-13 00:52:35 +08:00
zihluwang
fe4c465e6d
Merge pull request #64 from onixbyte/dependabot/github_actions/actions/checkout-6
...
chore: bump actions/checkout from 4 to 6
2025-12-13 00:52:22 +08:00
zihluwang
9ce331265d
Merge pull request #63 from onixbyte/dependabot/github_actions/actions/cache-5
...
chore: bump actions/cache from 4 to 5
2025-12-13 00:51:56 +08:00
dependabot[bot]
7d4ec14fb5
chore: bump actions/upload-pages-artifact from 3 to 4
...
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases )
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-12 02:58:28 +00:00
dependabot[bot]
f76589b72b
chore: bump actions/checkout from 4 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-12 02:58:25 +00:00
dependabot[bot]
1ff43ce43f
chore: bump actions/cache from 4 to 5
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-12 02:58:22 +00:00
dependabot[bot]
33d6536183
chore: bump actions/setup-node from 4 to 6
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-12 02:58:19 +00:00
zihluwang
b90b253785
ci: add GitHub Pages deployment workflow
...
Add GitHub Actions workflow for automatic deployment to GitHub Pages. Includes build and deploy jobs with pnpm setup and caching. Also update package.json with deploy scripts and vite.config.ts with base URL configuration for production.
2025-09-15 20:25:29 +08:00