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:
Shubham Patil
2023-01-23 10:01:41 +05:30
parent 2a7cf01fde
commit 2a7abbb679
5 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -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:
+2 -2
View File
@@ -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