Skip to content

Commit c0070e7

Browse files
committed
feat(docs): add raw markdown syntax for GitHub Actions workflow in tutorial
1 parent b6108b3 commit c0070e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_posts/2025-08-31-building-ytx-a-youtube-transcript-extractor-as-a-dotnet-global-tool.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ To streamline releases and reduce manual work, I set up GitHub Actions to automa
307307

308308
The complete workflow file (`.github/workflows/publish.yml`) handles all of this:
309309

310+
{% raw %}
310311
```yaml
311312
name: Publish NuGet (ytx)
312313

@@ -401,6 +402,7 @@ jobs:
401402
name: ytx v${{ steps.bump.outputs.version }}
402403
generate_release_notes: true
403404
```
405+
{% endraw %}
404406
405407
**Understanding the Workflow Architecture** 🏗️
406408

0 commit comments

Comments
 (0)