mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-22 15:54:09 +00:00
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:
4
.github/workflows/deploy-gh-pages.yml
vendored
4
.github/workflows/deploy-gh-pages.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user