From 6459712d0a5c79493de23b5cfdf9289a7323aaea Mon Sep 17 00:00:00 2001
From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
Date: Thu, 14 Mar 2024 13:07:31 +0100
Subject: [PATCH] Test
---
.github/workflows/run-htmltest.yml | 20 +++++++-------------
docs/tutorials/projects/guardian.md | 2 +-
2 files changed, 8 insertions(+), 14 deletions(-)
diff --git a/.github/workflows/run-htmltest.yml b/.github/workflows/run-htmltest.yml
index e3d066fa0ad..4359a6d339a 100644
--- a/.github/workflows/run-htmltest.yml
+++ b/.github/workflows/run-htmltest.yml
@@ -5,10 +5,11 @@
# https://github.com/wjdp/htmltest
#
name: run-htmltest-external
-on:
- schedule:
- # 10am UTC on weekdays
- - cron: '0 10 * * 1,2,3,4,5'
+on: pull_request
+# on:
+ # schedule:
+ # # 10am UTC on weekdays
+ # - cron: '0 10 * * 1,2,3,4,5'
jobs:
htmltest:
runs-on: ubuntu-large
@@ -60,13 +61,6 @@ jobs:
issuetype: Bug
summary: Broken link detected
description: For more info see https://github.com/viamrobotics/docs/actions/runs/{{ env.GITHUB_RUN_ID }}.
- - name: Log created issue
+ - name: Log created Jira issue
+ if: failure()
run: echo "Issue ${{ steps.create.outputs.issue }} was created"
-
- - name: Create issue about failure
- if: failure()
- uses: JasonEtco/create-an-issue@v2.5.0
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- with:
- filename: .github/failed-action-issue-template.md
diff --git a/docs/tutorials/projects/guardian.md b/docs/tutorials/projects/guardian.md
index c9b12497cef..953dbf160f3 100644
--- a/docs/tutorials/projects/guardian.md
+++ b/docs/tutorials/projects/guardian.md
@@ -245,7 +245,7 @@ Then test the components on the [machine's Control tab](/fleet/machines/#control
## Detect persons and pets
For the guardian to be able to detect living beings, you will use a machine learning model from the Viam registry called [`EfficientDet-COCO`](https://app.viam.com/ml-model/viam-labs/EfficientDet-COCO).
-The model can detect a variety of things which you can see in [labels.txt](https://github.com/viam-labs/devrel-demos/raw/main/Light%20up%20bot/labels.txt) file.
+The model can detect a variety of things which you can see in [labels.txt](https://githubsss.com/viam-labs/devrel-demos/raw/main/Light%20up%20bot/labels.txt) file.
You can also [train your own custom model](/ml/train-model/) based on images from your robot but the provided Machine Learning model is a good one to start with.