Skip to content

Latest commit

 

History

History
199 lines (192 loc) · 8.91 KB

index.md

File metadata and controls

199 lines (192 loc) · 8.91 KB
title shortTitle intro gettingStartedLinks guideLinks popularLinks redirect_from layout versions
GitHub Actions Documentation
GitHub Actions
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.
/actions/quickstart
/actions/learn-github-actions
/actions/managing-workflow-runs
/actions/hosting-your-own-runners
/actions/reference/workflow-syntax-for-github-actions
/actions/reference/events-that-trigger-workflows
/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
product-landing
free-pro-team enterprise-server
*
>=2.22

{% data ui.toc.getting_started %}

    {% for link in gettingStartedLinks %}
  • {% include featured-link %}
  • {% endfor %}

{% data ui.toc.popular_articles %}

    {% for link in popularLinks %}
  • {% include featured-link %}
  • {% endfor %}

Manage workflows

    {% for link in guideLinks %}
  • {% include featured-link %}
  • {% endfor %}
{% octicon "bookmark" width="24" %}

A complete guide to creating and sharing actions with the community.

{% octicon "rocket" width="24" %}

A collection of workflow files to help you get started with GitHub Actions.

{% octicon "light-bulb" width="24" %}

Explore community actions and supercharge your workflow.

Guides

Use GitHub Actions to power CI in your Node.js application.

JavaScript/TypeScript CI
{% octicon "workflow" class="flex-shrink-0" %} /guides/building-and-testing-nodejs

Use GitHub Actions to power CI in your Python application.

Python CI
{% octicon "workflow" class="flex-shrink-0" %} /guides/building-and-testing-python

Use GitHub Actions to power CI in your Java project with Maven.

Java CI
{% octicon "workflow" class="flex-shrink-0" %} /guides/building-and-testing-java-with-maven

Use GitHub Actions to power CI in your Java project with Gradle.

Java CI
{% octicon "workflow" class="flex-shrink-0" %} /guides/building-and-testing-java-with-gradle

Use GitHub Actions to power CI in your Java project with Ant.

Java CI
{% octicon "workflow" class="flex-shrink-0" %} /guides/building-and-testing-java-with-ant

Use GitHub Actions to push your Node.js package to GitHub Packages or npm.

Java CI
{% octicon "workflow" class="flex-shrink-0" %} /guides/publishing-nodejs-packages

More guides {% octicon "arrow-right" %}