chore(deploy-gh-pages): fix indentation for env variable in GitHub Actions workflow

chore(knip.config.ts): add public directory and vite.config.ts to Knip config for better type management
feat(package.json): add build:pages script to automate page building process
This commit is contained in:
snomiao
2025-10-14 05:10:45 +00:00
parent 4b50a3991a
commit e4de597460
3 changed files with 6 additions and 3 deletions

View File

@@ -170,5 +170,5 @@ jobs:
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} # Required
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }} # Required
working-directory: ./docs/pages
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} # Required for Vercel Action
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} # Required for Vercel Action