1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Removing actions video (#34716)

Co-authored-by: Grace Park <gracepark@github.com>
This commit is contained in:
Jenni Christensen
2023-02-14 11:18:36 -08:00
committed by GitHub
parent 80e96bd5fa
commit c4a3e94faa
4 changed files with 6 additions and 18 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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
--- ---

View File

@@ -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',
}, },
]) ])