mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
docs: Update docs with iOS app reference and added Github actions badges
Also, changed '. export.sh' to 'source export.sh' because people often gets confused and executes the script which is supposed to be sourced.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
name: Docker Image CI
|
||||
name: Build Docker
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@@ -15,11 +15,11 @@
|
||||
# This workflow build examples, store the artifacts and deploy them to github pages.
|
||||
# Generates the launchpad configuration file that can be used with the url.
|
||||
|
||||
name: Build and Deploy example bins to github pages
|
||||
name: Build Examples
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Docker Image CI"]
|
||||
workflows: ["Build Docker"]
|
||||
types: [completed]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
|
||||
Reference in New Issue
Block a user