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
refactor(content-health-monitor): add instructions on how to setup the env var (#262)
* Add instructional text for setting up MONITORED_CONTENT_GUID
* Actually remember to update the manifest
* Reword Step 2 to match language in Step 1
* Update extensions/content-health-monitor/content_health_utils.py
Co-authored-by: Toph Allen <[email protected]>
* Make it explicit what happens when clicking Refresh Report
* Ensure consistent punctuation in the setup instructions
* Remove unused images and image src attributes
* Add images to update-manifest command in Makefile
* Update manifest
* Update tests to match changed setup instructions
---------
Co-authored-by: Toph Allen <[email protected]>
Copy file name to clipboardExpand all lines: extensions/content-health-monitor/Makefile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ clean:
49
49
.PHONY: update-manifest
50
50
update-manifest:
51
51
cp manifest.json manifest.old.json
52
-
uv run rsconnect write-manifest quarto content-health-monitor.qmd content_health_utils.py --overwrite
52
+
uv run rsconnect write-manifest quarto content-health-monitor.qmd content_health_utils.py images/refresh-report.png images/settings-gear-icon.png --overwrite
53
53
jq -n --slurpfile old manifest.old.json --slurpfile new manifest.json \
0 commit comments