-
Notifications
You must be signed in to change notification settings - Fork 95
fix: update video thumbnail paths #14099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -17,7 +17,7 @@ The aim here is **automated AI**: to install something that will run **automatic | |||||||
| src="/gh-aw/videos/install-and-add-workflow-in-cli.mp4" | ||||||||
| caption="Install the extension, add a workflow, and trigger a run from the CLI" | ||||||||
| aspectRatio="16:9" | ||||||||
| thumbnail="/gh-aw/images/install-and-add-workflow-in-cli-thumbnail.png" | ||||||||
| thumbnail="/gh-aw/videos/install-and-add-workflow-in-cli-thumbnail.png" | ||||||||
| /> | ||||||||
|
|
||||||||
|
Comment on lines
+20
to
22
|
||||||||
| thumbnail="/gh-aw/videos/install-and-add-workflow-in-cli-thumbnail.png" | |
| /> | |
| /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The thumbnail filename contains two errors: it's missing an 'l' in "workflow" (should be "workflow" not "workfow") and it has an incorrect "-thumbnail" suffix. The actual file in the videos directory is "create-workflow-on-github.png". Either correct the filename or remove the thumbnail prop entirely to let the Video component auto-detect the poster image.