From fbcc2caf4620237466f0c51f320ca91cd82a3d0b Mon Sep 17 00:00:00 2001 From: Eli Holderness Date: Fri, 27 Sep 2024 15:47:45 +0100 Subject: [PATCH] Fix weird list display error --- .../tutorial/run-the-project-pipeline/index.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/tutorial/run-the-project-pipeline/index.md b/docs/getting-started/tutorial/run-the-project-pipeline/index.md index efdff3b3..0fae9075 100644 --- a/docs/getting-started/tutorial/run-the-project-pipeline/index.md +++ b/docs/getting-started/tutorial/run-the-project-pipeline/index.md @@ -49,10 +49,14 @@ stored in the `output` folder. ## Running the action in the pipeline -1. In the Visual Studio Code file Explorer, +
    +
  1. + In the Visual Studio Code file Explorer, confirm that the `output` folder is empty. +
  2. -2. In the Visual Studio Code Terminal, +
  3. + In the Visual Studio Code Terminal, type: ```sh @@ -82,10 +86,13 @@ stored in the `output` folder. `output/dataset.csv.gz`, and that it should be considered highly sensitive data. What you see here is exactly the same process that would happen on a real, secure server. +
  4. -3. When the command completes, - recheck the `output` folder +
  5. + When the command completes, recheck the `output` folder and see that it contains a `dataset.csv.gz` file. +
  6. +
### Viewing the dataset output