Removing actions video (#34716)
Co-authored-by: Grace Park <gracepark@github.com>
This commit is contained in:
committed by
GitHub
parent
80e96bd5fa
commit
c4a3e94faa
@@ -28,7 +28,6 @@ featuredLinks:
|
||||
- /actions/security-guides/encrypted-secrets
|
||||
changelog:
|
||||
label: actions
|
||||
product_video: 'https://www.youtube-nocookie.com/embed/cP0I9w2coGU'
|
||||
redirect_from:
|
||||
- /articles/automating-your-workflow-with-github-actions
|
||||
- /articles/customizing-your-project-with-github-actions
|
||||
|
||||
@@ -152,17 +152,6 @@ Location: /where/in/docs
|
||||
Transcript: ./content/video-transcripts/filename
|
||||
```
|
||||
|
||||
```
|
||||
Title: GitHub Actions - Supercharge your GitHub Flow
|
||||
URL: https://www.youtube-nocookie.com/embed/cP0I9w2coGU
|
||||
Description: A 3 minute overview of how GitHub Actions fits in the GitHub flow.
|
||||
Product: Actions
|
||||
Versions: All
|
||||
Date added: 2020-12-03
|
||||
Location: content/actions/index.md
|
||||
Transcript: TBD
|
||||
```
|
||||
|
||||
```
|
||||
Title: Codespaces - Your instant dev box in the cloud
|
||||
URL: https://www.youtube-nocookie.com/embed/_W9B7qc9lVc
|
||||
|
||||
6
tests/fixtures/article-with-videos.md
vendored
6
tests/fixtures/article-with-videos.md
vendored
@@ -5,11 +5,11 @@ versions:
|
||||
featuredLinks:
|
||||
videos:
|
||||
- title: codespaces
|
||||
href: 'https://www.youtube-nocookie.com/embed/cP0I9w2coGU'
|
||||
href: 'https://www.youtube-nocookie.com/embed/_W9B7qc9lVc'
|
||||
- title: more codespaces
|
||||
href: 'https://www.youtube-nocookie.com/embed/cP0I9w2coGU'
|
||||
href: 'https://www.youtube-nocookie.com/embed/_W9B7qc9lVc'
|
||||
- title: even more codespaces
|
||||
href: 'https://www.youtube-nocookie.com/embed/cP0I9w2coGU'
|
||||
href: 'https://www.youtube-nocookie.com/embed/_W9B7qc9lVc'
|
||||
videosHeading: Custom Videos heading
|
||||
layout: product-landing
|
||||
---
|
||||
|
||||
@@ -528,15 +528,15 @@ describe('Page class', () => {
|
||||
expect(page.featuredLinks.videos).toStrictEqual([
|
||||
{
|
||||
title: 'codespaces',
|
||||
href: 'https://www.youtube-nocookie.com/embed/cP0I9w2coGU',
|
||||
href: 'https://www.youtube-nocookie.com/embed/_W9B7qc9lVc',
|
||||
},
|
||||
{
|
||||
title: 'more codespaces',
|
||||
href: 'https://www.youtube-nocookie.com/embed/cP0I9w2coGU',
|
||||
href: 'https://www.youtube-nocookie.com/embed/_W9B7qc9lVc',
|
||||
},
|
||||
{
|
||||
title: 'even more codespaces',
|
||||
href: 'https://www.youtube-nocookie.com/embed/cP0I9w2coGU',
|
||||
href: 'https://www.youtube-nocookie.com/embed/_W9B7qc9lVc',
|
||||
},
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user