Skip to content

Commit

Permalink
Add mermaid feature
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelRodo authored Dec 9, 2024
1 parent 228a224 commit 818b03e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {
"installTinyTex": true
}
},
"ghcr.io/MiguelRodo/DevContainerFeatures/mermaid:1.2.0": {}
},
"customizations": {
"vscode": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Build Dev Container
uses: SATVILab/actions/[email protected].3
uses: SATVILab/actions/[email protected].4
with:
use_cache: ${{ github.event.inputs.use_cache }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 818b03e

Please sign in to comment.