Skip to content

Commit

Permalink
ci: update devcontainer.json script to include added deps for mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiller-rise8 authored Nov 29, 2023
1 parent d8e48e2 commit cca42e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip3 install mkdocs mkdocs-material mkdocs-print-site-plugin && mkdocs serve",
"postCreateCommand": "pip3 install mkdocs mkdocs-material mkdocs-print-site-plugin mkdocs-with-pdf mkdocs-git-revision-date-localized-plugin && mkdocs serve",

// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
Expand Down

0 comments on commit cca42e1

Please sign in to comment.