You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/operate/get-started/other-hardware/manage-modules.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Use [GitHub Actions](https://docs.github.com/actions) to automatically build and
45
45
46
46
1. Push your changes to your module GitHub repository.
47
47
48
-
{{% alert title="Note" color="note" %}}
48
+
{{% alert title="Tip" color="tip" %}}
49
49
50
50
If you used `viam module generate` to create your module and enabled cloud build, all you need to do to trigger a new build is create a tag and publish a release in GitHub as you did when you [first published the module](/operate/get-started/other-hardware/#upload-your-module).
51
51
@@ -99,7 +99,7 @@ At the end of your <file>meta.json</file>, add the build configuration:
99
99
}
100
100
```
101
101
102
-
{{%expand "Click to view example setup.sh" %}}
102
+
{{%expand "Click to view example setup.sh for a Python module" %}}
0 commit comments