We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18549f2 + af1c75f commit d35746dCopy full SHA for d35746d
workflow-templates/assets/check-mkdocs-task/Taskfile.yml
@@ -9,3 +9,11 @@ tasks:
9
- task: poetry:install-deps
10
cmds:
11
- poetry run mkdocs build --strict
12
+
13
+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-mkdocs-task/Taskfile.yml
14
+ website:serve:
15
+ desc: Run website locally
16
+ deps:
17
+ - task: poetry:install-deps
18
+ cmds:
19
+ - poetry run mkdocs serve
0 commit comments