Skip to content

Commit

Permalink
Fix weird list display error
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-miriam committed Sep 27, 2024
1 parent 8b9448e commit fbcc2ca
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/getting-started/tutorial/run-the-project-pipeline/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,14 @@ stored in the `output` folder.

## Running the action in the pipeline

1. In the Visual Studio Code file Explorer,
<ol>
<li>
In the Visual Studio Code file Explorer,
confirm that the `output` folder is empty.
</li>

2. In the Visual Studio Code Terminal,
<li>
In the Visual Studio Code Terminal,
type:

```sh
Expand Down Expand Up @@ -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.
</li>
3. When the command completes,
recheck the `output` folder
<li>
When the command completes, recheck the `output` folder
and see that it contains a `dataset.csv.gz` file.
</li>
</ol>
### Viewing the dataset output
Expand Down

0 comments on commit fbcc2ca

Please sign in to comment.