Skip to content

Commit 4c81500

Browse files
committed
remove HTML from actions landing page content file
1 parent 88034a3 commit 4c81500

1 file changed

Lines changed: 1 addition & 26 deletions

File tree

content/actions/index.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,4 @@ versions:
4646
<!-- {% link_with_intro /creating-actions %} -->
4747
<!-- {% link_with_intro /using-github-hosted-runners %} -->
4848
<!-- {% link_with_intro /hosting-your-own-runners %} -->
49-
<!-- {% link_with_intro /reference %} -->
50-
51-
<!-- Code examples -->
52-
{% assign actionsCodeExamples = site.data.variables.action_code_examples %}
53-
{% if actionsCodeExamples %}
54-
<div class="my-6 pt-6">
55-
<h2 class="mb-2 font-mktg h1">Code examples</h2>
56-
57-
<div class="pr-lg-3 mb-5 mt-3">
58-
<input class="js-filter-card-filter input-lg py-2 px-3 col-12 col-lg-8 form-control" placeholder="Search code examples" type="search" autocomplete="off" aria-label="Search code examples"/>
59-
</div>
60-
61-
<div class="d-flex flex-wrap gutter">
62-
{% render code-example-card for actionsCodeExamples as example %}
63-
</div>
64-
65-
<button class="js-filter-card-show-more btn btn-outline float-right" data-js-filter-card-max="6">Show more {% octicon "arrow-right" %}</button>
66-
67-
<div class="js-filter-card-no-results d-none py-4 text-center color-text-secondary font-mktg">
68-
<div class="mb-3">{% octicon "search" width="24" %}</div>
69-
<h3 class="text-normal">Sorry, there is no result for <strong class="js-filter-card-value"></strong></h3>
70-
<p class="my-3 f4">It looks like we don't have an example that fits your filter.<br>Try another filter or add your code example</p>
71-
<a href="https://github.com/github/docs/blob/main/data/variables/action_code_examples.yml">Learn how to add a code example {% octicon "arrow-right" %}</a>
72-
</div>
73-
</div>
74-
{% endif %}
49+
<!-- {% link_with_intro /reference %} -->

0 commit comments

Comments
 (0)