v1.0.2 - pages configuration updates

This commit is contained in:
LINING-PC\lining
2025-07-02 13:43:36 +08:00
parent 71d503686c
commit 55c1c203bf
4 changed files with 5 additions and 10 deletions

View File

@@ -38,6 +38,9 @@ jobs:
- name: Build demo
run: npm run build:demo
- name: Copy version history
run: cp demo/version-history.json dist/version-history.json
- name: Setup Pages
uses: actions/configure-pages@v4