* add 3.1 to deprecated versions * rewrite img src to use azure blob storage in archive script Co-authored-by: rachmari <rachmari@users.noreply.github.com> * remove static files for ghes 3.1 * remove liquid conditionals and content for ghes 3.1 * remove outdated hardware reqs reusable * Fix liquid conditional uncaught by script * Close liquid conditionals missed by script * Apply @mattpollard's suggestions Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com> Co-authored-by: rachmari <rachmari@users.noreply.github.com> Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
73 lines
2.8 KiB
Markdown
73 lines
2.8 KiB
Markdown
---
|
||
title: GitHub Actions Documentation
|
||
shortTitle: GitHub Actions
|
||
intro: 'Automate, customize, and execute your software development workflows right in your repository with {% data variables.product.prodname_actions %}. You can discover, create, and share actions to perform any job you''d like, including CI/CD, and combine actions in a completely customized workflow.'
|
||
introLinks:
|
||
overview: /actions/learn-github-actions/understanding-github-actions
|
||
quickstart: /actions/quickstart
|
||
featuredLinks:
|
||
guides:
|
||
- /actions/learn-github-actions
|
||
- /actions/examples
|
||
- /actions/guides/about-continuous-integration
|
||
- /actions/deployment/deploying-with-github-actions
|
||
- /actions/guides/about-packaging-with-github-actions
|
||
- /actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting
|
||
guideCards:
|
||
- /actions/learn-github-actions/using-starter-workflows
|
||
- /actions/guides/publishing-nodejs-packages
|
||
- /actions/guides/building-and-testing-powershell
|
||
popular:
|
||
- /actions/learn-github-actions/workflow-syntax-for-github-actions
|
||
- /actions/learn-github-actions
|
||
- /actions/examples
|
||
- /actions/learn-github-actions/events-that-trigger-workflows
|
||
- /actions/learn-github-actions/contexts
|
||
- /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
|
||
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
|
||
- /github/automating-your-workflow-with-github-actions
|
||
- /actions/automating-your-workflow-with-github-actions
|
||
- /categories/automating-your-workflow-with-github-actions
|
||
- /marketplace/actions
|
||
- /actions/reference
|
||
layout: product-landing
|
||
versions:
|
||
fpt: '*'
|
||
ghes: '*'
|
||
ghae: '*'
|
||
ghec: '*'
|
||
children:
|
||
- /quickstart
|
||
- /learn-github-actions
|
||
- /examples
|
||
- /using-workflows
|
||
- /using-jobs
|
||
- /managing-workflow-runs
|
||
- /automating-builds-and-tests
|
||
- /deployment
|
||
- /using-containerized-services
|
||
- /publishing-packages
|
||
- /managing-issues-and-pull-requests
|
||
- /migrating-to-github-actions
|
||
- /monitoring-and-troubleshooting-workflows
|
||
- /using-github-hosted-runners
|
||
- /hosting-your-own-runners
|
||
- /security-guides
|
||
- /creating-actions
|
||
- /guides
|
||
---
|
||
|