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
|
- /actions/security-guides/encrypted-secrets
|
||||||
changelog:
|
changelog:
|
||||||
label: actions
|
label: actions
|
||||||
product_video: 'https://www.youtube-nocookie.com/embed/cP0I9w2coGU'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /articles/automating-your-workflow-with-github-actions
|
- /articles/automating-your-workflow-with-github-actions
|
||||||
- /articles/customizing-your-project-with-github-actions
|
- /articles/customizing-your-project-with-github-actions
|
||||||
|
|||||||
@@ -152,17 +152,6 @@ Location: /where/in/docs
|
|||||||
Transcript: ./content/video-transcripts/filename
|
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
|
Title: Codespaces - Your instant dev box in the cloud
|
||||||
URL: https://www.youtube-nocookie.com/embed/_W9B7qc9lVc
|
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:
|
featuredLinks:
|
||||||
videos:
|
videos:
|
||||||
- title: codespaces
|
- title: codespaces
|
||||||
href: 'https://www.youtube-nocookie.com/embed/cP0I9w2coGU'
|
href: 'https://www.youtube-nocookie.com/embed/_W9B7qc9lVc'
|
||||||
- title: more codespaces
|
- title: more codespaces
|
||||||
href: 'https://www.youtube-nocookie.com/embed/cP0I9w2coGU'
|
href: 'https://www.youtube-nocookie.com/embed/_W9B7qc9lVc'
|
||||||
- title: even more codespaces
|
- title: even more codespaces
|
||||||
href: 'https://www.youtube-nocookie.com/embed/cP0I9w2coGU'
|
href: 'https://www.youtube-nocookie.com/embed/_W9B7qc9lVc'
|
||||||
videosHeading: Custom Videos heading
|
videosHeading: Custom Videos heading
|
||||||
layout: product-landing
|
layout: product-landing
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -528,15 +528,15 @@ describe('Page class', () => {
|
|||||||
expect(page.featuredLinks.videos).toStrictEqual([
|
expect(page.featuredLinks.videos).toStrictEqual([
|
||||||
{
|
{
|
||||||
title: 'codespaces',
|
title: 'codespaces',
|
||||||
href: 'https://www.youtube-nocookie.com/embed/cP0I9w2coGU',
|
href: 'https://www.youtube-nocookie.com/embed/_W9B7qc9lVc',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'more codespaces',
|
title: 'more codespaces',
|
||||||
href: 'https://www.youtube-nocookie.com/embed/cP0I9w2coGU',
|
href: 'https://www.youtube-nocookie.com/embed/_W9B7qc9lVc',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'even more codespaces',
|
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