File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 71
71
echo "BASE_URL=http://localhost:8000" >> $GITHUB_ENV
72
72
echo "RESEND_API_KEY=resend_api_key" >> $GITHUB_ENV
73
73
74
+ - name : Setup Graphviz
75
+ uses : ts-graphviz/setup-graphviz@v2
76
+
74
77
- name : Render and Publish
75
78
run : uv run quarto publish gh-pages --no-prompt --no-browser
76
79
Original file line number Diff line number Diff line change 2
2
title : " Installation"
3
3
---
4
4
5
- ## Install all dependencies in a VSCode Dev Container
5
+ ## Install all development dependencies in a VSCode Dev Container
6
6
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:
8
8
9
9
``` json
10
10
{
You can’t perform that action at this time.
0 commit comments