Skip to content

Commit

Permalink
fix: docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrittner committed Oct 13, 2024
1 parent 3ab5f8a commit 10ff530
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/pages/cli.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Callout } from "nextra/components";
import { Callout, Tabs } from "nextra/components";

# Admyral CLI

Expand Down Expand Up @@ -95,7 +95,9 @@ admyral secret delete secret_name
## Workflow Management

<Callout type="info">
In the following, `your_workflow_name` refers to the name of the workflow Python function and `file_path` to the path of the Python file where the workflow function is defined.
In the following, `your_workflow_name` refers to the name of the workflow
Python function and `file_path` to the path of the Python file where the
workflow function is defined.
</Callout>

Activate a specific workflow:
Expand Down

0 comments on commit 10ff530

Please sign in to comment.