1
0
mirror of synced 2026-01-04 00:06:20 -05:00
Commit Graph

99 Commits

Author SHA1 Message Date
ahdbilal
1f84061680 Update building-and-testing-ruby.md (#17491)
* Update building-and-testing-ruby.md

we are deprecating actions/setup-ruby in favor of ruby/setup-ruby and our removing any reference from the docs.

* updated setup-ruby action tag

Co-authored-by: Alena Sviridenko <alenasviridenko@github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-01-29 16:53:09 +00:00
Vanessa Yuen
4038e9ca85 Add topic property and filter to guides page (#17328)
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
2021-01-29 12:32:31 +00:00
Jonathan Leitschuh
f029f19135 Update caching suggestions for Gradle Builds (#2899)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-01-27 13:12:55 +10:00
mc
ab6f32cfa9 Merge branch 'main' into 3656-partner-guides 2021-01-23 09:06:55 +00:00
theirix
b8394fd891 Fix workflow syntax (#2645) 2021-01-22 16:08:02 -08:00
mc
57048a32c5 Update content/actions/guides/building-and-testing-net.md
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
2021-01-22 19:29:52 +00:00
mchammer01
d0eb386a4b update marketplace link 2021-01-22 13:34:39 +00:00
Shati Patel
53f13afe18 Merge branch 'main' into patch-1 2021-01-21 10:50:06 +00:00
mchammer01
979686d7d1 add new section to LearningTracks 2021-01-21 10:46:20 +00:00
Odín del Río
fc79ca07cb Updated gradle cache example (#2900)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-01-21 16:47:58 +10:00
Cynthia Rich
6c3788cde0 Add code block copy button to more actions guides code blocks (#16213)
* add copy to code blocks in about service containers

* add copy to code blocks in java with ant guide

* add copy to code blocks in actions guides

* Update content/actions/guides/about-service-containers.md

Co-authored-by: Jason Etcovitch <jasonetco@github.com>

* {:code} should be {:copy}

* add copy button in reusable

Co-authored-by: Jason Etcovitch <jasonetco@github.com>
2021-01-20 14:31:07 -05:00
Vanessa Yuen
7ec73b3576 Merge branch 'main' into repo-sync 2021-01-18 18:20:23 +01:00
Vanessa Yuen
b46da8dfc7 Sublanding page all guides section (#16869)
* get link liquid tag to accept variables as param

* new liquid tag `link_as_article_card`

* refactor link liquid tag slightly so we can control what props get rendered

* generalize filterCodeExample to use in all guides section

* pass in `js-filter-card-max` instead of hardcode max

* tweaks and add `data` to CSP for images

* add liquid tag tests

* add some browser tests for card filters

* we still need to rely on `getPathWithLanguage` for hrefs that already have the language code embedded


Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
2021-01-18 12:23:23 +00:00
Nick Schonning
d9167f1449 chore: Add missing code fence languages (#772)
* chore: Add missing code fence languages

* Update content/actions/creating-actions/dockerfile-support-for-github-actions.md

* Add raw & endraw markers around shell content

See review comment by @rachmari

* Add raw & endraw markers around shell content

See review comment by @rachmari

* Remove language from code fences

to avoid the problem of replaceable text indicates like
<this> not showing up in the output page.

Co-authored-by: hubwriter <hubwriter@github.com>
2021-01-18 12:04:46 +00:00
Patrick Huber
696e9f4117 Update building-and-testing-net.md
Missing a '$'. Build will fail with `The workflow is not valid. .github/workflows/pipeline.yml (Line: 16, Col: 25): A mapping was not expected`
2021-01-15 23:12:18 -05:00
Rachael Sewell
d8892b6bbf Ahdbilal actions lang dotnet (#15896)
* Adding language guide for dotnet

* update structure and titles

* migrate content tags

* update frontmatter

* update versioning scheme

* update title name

* Added some edits to draft

* Fixed link

* Fixed link

* Versioned cache content for dotcom

Co-authored-by: Ahmed Bilal <ahbilal@microsoft.com>
Co-authored-by: Martin Lopes <54248166+martin389@users.noreply.github.com>
Co-authored-by: Martin Lopes <martin389@github.com>
2021-01-15 03:39:58 +00:00
Shati Patel
66caad8b4f Merge branch 'main' into docs/actions/guides/building-and-testing-nodejs 2021-01-14 09:17:07 +00:00
shati-patel
8c463ee57f Change "install" to "ci" (from template) 2021-01-14 09:15:35 +00:00
shati-patel
9aebacd787 Remove old "env" syntax and update example 2021-01-14 09:09:37 +00:00
Glenn
66c0632da7 Update building-and-testing-nodejs.md
Adding updates due to template changes. 

The github action is now including 10-15, which is 4 versions following the LTS release schedule
2021-01-13 09:31:34 -05:00
Shati Patel
ad5bfc5f24 Merge branch 'main' into docs/actions/guides/building-and-testing-nodejs 2021-01-13 10:23:29 +00:00
Shati Patel
d6311fbc32 Merge branch 'main' into patch-1 2021-01-13 10:00:05 +00:00
Vanessa Yuen
641ed02e81 Actions Guides sublanding page (#16740)
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
Co-authored-by: Cynthia Rich <crichID@github.com>
2021-01-11 18:30:57 +01:00
Felicity Chapman
661a3fa56d Fix two broken links from the broken link report 7 Jan 2021 (#17229)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-01-11 04:59:30 +00:00
Tim Burgan
53f555c1cc Publishing packages to a repository using repository field (#16926)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Martin Lopes <martin389@github.com>
2021-01-06 17:00:24 +10:00
John Bampton
7537f328b0 Fix grammar in building-and-testing-python.md 2021-01-06 01:24:11 +10:00
Melanie Yarbrough
27d764fb35 Fix broken links (#17081)
* Fix two broken links

* Update content/education/manage-coursework-with-github-classroom/leave-feedback-with-pull-requests.md

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-12-23 13:39:12 +00:00
Leona B. Campbell
8162972df1 Update content/actions/guides/deploying-to-amazon-elastic-container-service.md 2020-12-17 13:14:34 -08:00
Leona B. Campbell
b68c1eed87 Update content/actions/guides/deploying-to-amazon-elastic-container-service.md
Co-authored-by: Steve Winton <swinton@github.com>
2020-12-17 13:06:33 -08:00
Leona B. Campbell
f810e4f16c Update content/actions/guides/deploying-to-amazon-elastic-container-service.md
Co-authored-by: Steve Winton <swinton@github.com>
2020-12-17 13:01:07 -08:00
Lucas Costi
1772d741f1 Fix bad link URL 2020-12-17 17:53:52 +10:00
Lucas Costi
45f810f83e Replace pseudo environment variables with obvious replaceables in examples 2020-12-17 17:43:48 +10:00
Lucas Costi
f7e1d81c70 Added edits and style changes to Azure web app guide 2020-12-17 17:37:07 +10:00
Lucas Costi
ea9be2076e Added edits and style changes to Amazon guide 2020-12-17 16:08:26 +10:00
Lucas Costi
3ef5057d9f GKE article edits for lists 2020-12-17 14:19:34 +10:00
Lucas Costi
9a9970dbca Revise intro sentence per @imjohnbo's suggestion 2020-12-17 14:09:19 +10:00
Leona B. Campbell
cf968af103 Merge branch 'main' into deployment-guides/add-gke 2020-12-16 14:53:24 -08:00
Leona B. Campbell
d836fd11fb Update content/actions/guides/deploying-to-azure-app-service.md 2020-12-16 14:52:46 -08:00
Steve Winton
d81f474b15 Remove duplicated items 2020-12-16 16:44:25 -06:00
Steve Winton
7ba46cdcee Add links to guides 2020-12-16 14:37:11 -06:00
Steve Winton
fc4d5fb37a Add Azure App Service guide 2020-12-16 14:35:28 -06:00
Steve Winton
8837b7df70 Add Amazon ECS guide 2020-12-16 14:34:40 -06:00
Glenn Hinks
cd6d7aaa79 docs: update nodejs template guide to match node versions
The node versions that are maintained as part of the LTS (long term support plan) have incremented by 2 in accordance with [LTS Plan](https://nodejs.org/en/about/releases/). The [nodeJS starter templates](https://github.com/actions/starter-workflows/blob/main/ci/node.js.yml) were updated and I am updating these docs to reflect that.

Sincere thanks for github actions!
2020-12-16 08:52:17 -05:00
Paul Cowgill
8b912a54ad Typo fix for setup-node variable (#1699) 2020-12-16 17:20:15 +10:00
Martin Lopes
5a43098fc7 Small changes to the list of links 2020-12-16 16:11:10 +10:00
Martin Lopes
93de394555 Added edits and structural changes to guide 2020-12-16 15:48:32 +10:00
John Bohannon
c970d5a55b Add prerequisites 2020-12-15 13:06:47 -05:00
John Bohannon
8e35ec0fe2 Remove kustomize example 2020-12-15 12:57:19 -05:00
John Bohannon
bfff856901 Updating GKE workflow based on latest starter workflow 2020-12-15 12:52:59 -05:00
Sarah Edwards
af94bd9955 [December 15, 2020] Actions: Environments, environment protection rules (manual approvals and wait timers), and environment secrets in workflows (#16489)
Co-authored-by: Josh Gross <joshmgross@github.com>
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
Co-authored-by: John Bohannon <imjohnbo@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-12-15 16:38:45 +00:00