diff --git a/content/actions/guides.md b/content/actions/guides.md index 156aec0ae1..d8a1f5af1d 100644 --- a/content/actions/guides.md +++ b/content/actions/guides.md @@ -10,9 +10,6 @@ versions: ghec: '*' learningTracks: - getting_started - - continuous_integration - - continuous_deployment - - deploy_to_the_cloud - adopting_github_actions_for_your_enterprise_ghec - adopting_github_actions_for_your_enterprise_ghes_and_ghae - hosting_your_own_runners diff --git a/content/actions/index.md b/content/actions/index.md index b8ec7479a4..d21e123c04 100644 --- a/content/actions/index.md +++ b/content/actions/index.md @@ -26,14 +26,8 @@ featuredLinks: - /actions/learn-github-actions/expressions - /actions/learn-github-actions/environment-variables - /actions/security-guides/encrypted-secrets - videos: - - title: 'Inside GitHub: How we use GitHub Actions – Brian Douglas' - href: 'https://www.youtube-nocookie.com/embed/MW0V5Q9WJu4' - - title: Advanced GitHub Actions – Jennifer Schelkopf - href: 'https://www.youtube-nocookie.com/embed/wWOH44Lscoc' - - title: GitHub Actions in action – Karan MV - href: 'https://www.youtube-nocookie.com/embed/4SWO0Pc76CU' - videosHeading: GitHub Universe 2021 videos +changelog: + label: actions product_video: 'https://www.youtube-nocookie.com/embed/cP0I9w2coGU' redirect_from: - /articles/automating-your-workflow-with-github-actions diff --git a/data/learning-tracks/actions.yml b/data/learning-tracks/actions.yml index 83e46f1463..8e6d54e871 100644 --- a/data/learning-tracks/actions.yml +++ b/data/learning-tracks/actions.yml @@ -9,33 +9,6 @@ getting_started: - /actions/learn-github-actions/reusing-workflows - /actions/security-guides/security-hardening-for-github-actions featured_track: true -continuous_integration: - title: 'Build and test code' - description: 'You can create custom continuous integration (CI) workflows right in your repository.' - guides: - - /actions/automating-builds-and-tests/about-continuous-integration - - /actions/automating-builds-and-tests/building-and-testing-powershell - - /actions/automating-builds-and-tests/building-and-testing-ruby - - /actions/automating-builds-and-tests/building-and-testing-java-with-maven - - /actions/automating-builds-and-tests/building-and-testing-java-with-gradle - - /actions/automating-builds-and-tests/building-and-testing-java-with-ant - - /actions/automating-builds-and-tests/building-and-testing-swift -continuous_deployment: - title: 'Automate your deployments' - description: 'Learn how to automate release publishing for your project with a custom continuous deployment (CD) workflow in {% data variables.product.prodname_actions %}.' - guides: - - /actions/publishing-packages/about-packaging-with-github-actions - - /actions/publishing-packages/publishing-nodejs-packages - - /actions/publishing-packages/publishing-java-packages-with-maven - - /actions/publishing-packages/publishing-java-packages-with-gradle - - /actions/publishing-packages/publishing-docker-images -deploy_to_the_cloud: - title: 'Deploy to the cloud' - description: 'Learn how to use {% data variables.product.prodname_actions %} to build an application and deploy it to various cloud-based platforms.' - guides: - - /actions/deployment/deploying-to-amazon-elastic-container-service - - /actions/deployment/deploying-to-azure-app-service - - /actions/deployment/deploying-to-google-kubernetes-engine adopting_github_actions_for_your_enterprise_ghec: title: 'Adopt GitHub Actions for your enterprise' description: 'Learn how to plan and implement a rollout of {% data variables.product.prodname_actions %} in your enterprise.'