Skip to content

Commit aca743a

Browse files
Add setup graphviz action
1 parent a1cbef2 commit aca743a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
echo "BASE_URL=http://localhost:8000" >> $GITHUB_ENV
7272
echo "RESEND_API_KEY=resend_api_key" >> $GITHUB_ENV
7373
74+
- name: Setup Graphviz
75+
uses: ts-graphviz/setup-graphviz@v2
76+
7477
- name: Render and Publish
7578
run: uv run quarto publish gh-pages --no-prompt --no-browser
7679

docs/installation.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: "Installation"
33
---
44

5-
## Install all dependencies in a VSCode Dev Container
5+
## Install all development dependencies in a VSCode Dev Container
66

7-
If you use VSCode with Docker to develop in a container, the following VSCode Dev Container configuration will install all dependencies:
7+
If you use VSCode with Docker to develop in a container, the following VSCode Dev Container configuration will install all development dependencies:
88

99
``` json
1010
{

0 commit comments

Comments
 (0)