Skip to content

Add build step to deploy-docs workflow #10

Add build step to deploy-docs workflow

Add build step to deploy-docs workflow #10

Triggered via push February 16, 2024 12:16
Status Failure
Total duration 47s
Artifacts

deploy-docs.yml

on: push
build-and-deploy
38s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
build-and-deploy
Conversion of type 'ActorContextType | null' to type 'ActorContextType<A>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build-and-deploy
Cannot find module '@ic-reactor/candid' or its corresponding type declarations.
build-and-deploy
Cannot find module '@ic-reactor/candid' or its corresponding type declarations.
build-and-deploy
Spread types may only be created from object types.
build-and-deploy
Cannot find module '@ic-reactor/candid' or its corresponding type declarations.
build-and-deploy
Type '<A extends unknown = DefaultActorType>({ isLocalEnv, withVisitor, ...options }: CreateReactActorOptions) => { useUserPrincipal: () => Principal | undefined; useAgentManager: () => AgentManager; useAuthStore: () => AgentAuthState; ... 7 more ...; getVisitFunction: () => ExtractedService<...>; } | { ...; } | { ...; } ...' is not assignable to type 'CreateReActor'.
build-and-deploy
Process completed with exit code 1.
build-and-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/