1
0
mirror of synced 2026-01-01 09:04:46 -05:00
Files
docs/content/actions/index.md
Jason Etcovitch 9e38a854b9 Filterable code examples on Actions landing page (#16276)
* Add custom hover shadows

* Support avatars

* Add guide-card include

* Use it in product-landing

* Add gradient styles

* Add guides frontmatter

* Use guideArticles instead of full objects

* Add support for authors

* Add support for category header

* Just pass the whole page

* Use it

* guide.url => guide.href

* Use `*.githubusercontent.com`

* Fix mobile card width

* Remove showDescription check

* Use featureLinks.guideCards

* Forgot an if

* Add contextualizers/actions-code-examples

* Use code-example-card include

* Tweak sizing/shadows

* Add a basic filterer

* Some visual tweaks

* labels => tags

* Cleanup some code

* Improve spacing on mobile

* Add "No results!" blurb

* Fix a boog

* Tweak spacing

* Remove support banner

* Improve "No results" state

* Just use login instead of name/avatarUrl

* Change card spacing

* Use circular avatars

* Add "Show more" button

* Add margin beneath "Guides"

* Use smaller font

* Assume github.com for code examples

* Show two columns at small screen

* Make "Show more" a btn

* Use the "repo" octicon

* Link to contributing guide

* Use a YAML file instead of a middleware

* Link straight to the file

* Fix some wonky markuip

* Fix a broken link

* Fix the borked test

* Allow variables that aren't strings

* Fix remaining tests
2020-11-12 11:35:43 -05:00

3.9 KiB

title, shortTitle, intro, introLinks, featuredLinks, changelog, redirect_from, layout, versions
title shortTitle intro introLinks featuredLinks changelog 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.
quickstart reference
/actions/quickstart /actions/reference
guides gettingStarted guideCards popular
/actions/learn-github-actions
/actions/guides/about-continuous-integration
/actions/guides/about-packaging-with-github-actions
/actions/managing-workflow-runs
/actions/hosting-your-own-runners
/actions/guides/setting-up-continuous-integration-using-workflow-templates
/actions/guides/publishing-nodejs-packages
/actions/guides/building-and-testing-powershell
/actions/reference/workflow-syntax-for-github-actions
/actions/reference/events-that-trigger-workflows
/actions/learn-github-actions
/actions/reference/context-and-expression-syntax-for-github-actions
/actions/reference/workflow-commands-for-github-actions
/actions/reference/environment-variables
title date href
Removing set-env and add-path commands on November 16 2020-11-09 https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
title date href
Ubuntu-latest workflows will use Ubuntu-20.04 2020-10-29 https://github.blog/changelog/2020-10-29-github-actions-ubuntu-latest-workflows-will-use-ubuntu-20-04
title date href
MacOS Big Sur Preview 2020-10-29 https://github.blog/changelog/2020-10-29-github-actions-macos-big-sur-preview
title date href
Self-Hosted Runner Group Access Changes 2020-10-16 https://github.blog/changelog/2020-10-16-github-actions-self-hosted-runner-group-access-changes/
/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

{% assign actionsCodeExamples = site.data.variables.action_code_examples %} {% if actionsCodeExamples %}

Code examples

{% render 'code-example-card' for actionsCodeExamples as example %}

Show more {% octicon "arrow-right" %}

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

Sorry, there is no result for

It looks like we don't have an example that fits your filter.
Try another filter or add your code example

Learn how to add a code example {% octicon "arrow-right" %}
{% endif %}