Skip to content

Commit

Permalink
chore: highlight cargo release line
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Mar 9, 2024
1 parent 364a826 commit ac757c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/posts/0004-github-actions-dynamic-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This will give me the following directory structure.

Now, let's create a GitHub Actions workflow file.

```yaml title=".github/workflows/ci.yml" hl_lines="21 23-29"
```yaml title=".github/workflows/ci.yml" hl_lines="21 23-29 47"
-8<- "docs/codes/0004-dynamic-github-actions-matrix/build-rust-ci.yml"
```

Expand Down

0 comments on commit ac757c3

Please sign in to comment.