Skip to content

feat: ✨ Add GitHub Pages deployment workflow #1

feat: ✨ Add GitHub Pages deployment workflow

feat: ✨ Add GitHub Pages deployment workflow #1

Triggered via push November 25, 2024 06:27
Status Failure
Total duration 46s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
deploy: src/app/router.tsx#L3
Cannot find module '../routeTree.gen' or its corresponding type declarations.
deploy: src/components/ui/RouteLink/RouteLink.tsx#L15
Binding element 'isActive' implicitly has an 'any' type.
deploy: src/components/ui/RouteLink/RouteLink.tsx#L15
Binding element 'isTransitioning' implicitly has an 'any' type.
deploy: src/routes/app.tsx#L5
Argument of type 'string' is not assignable to parameter of type 'never'.
deploy: src/routes/app.tsx#L7
Property 'auth' does not exist on type 'never'.
deploy: src/routes/app/dashboard.tsx#L5
Argument of type 'string' is not assignable to parameter of type 'never'.
deploy: src/routes/app/settings.tsx#L5
Argument of type 'string' is not assignable to parameter of type 'never'.
deploy: src/routes/auth.tsx#L5
Argument of type 'string' is not assignable to parameter of type 'never'.
deploy: src/routes/auth.tsx#L7
Property 'auth' does not exist on type 'never'.
deploy: src/routes/auth/forgotPassword.tsx#L5
Argument of type 'string' is not assignable to parameter of type 'never'.