Skip to content

Commit 14906d3

Browse files
authored
Merge pull request #393 from sergei-ak/master
del moon-cloud from site
2 parents de76b9d + e19bf88 commit 14906d3

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: 12.x
1818

1919
- name: Cache node modules
20-
uses: actions/cache@v2
20+
uses: actions/cache@v3
2121
env:
2222
cache-name: cache-node-modules
2323
with:

site/layouts/partials/hero.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<h1 class="hero__heading-title">Simple and extremely efficient solutions<br />for your test automation infrastructure</h1>
55
<p class="hero__heading-description">Short way to efficient test automation</p>
66
</div>
7-
<div class="col-12 d-none d-sm-none d-md-none d-lg-block">
8-
<img src="img/pipes.svg" alt="pipes">
9-
</div>
107
<div class="col-12">
118
<div class="row hero__features">
129
<div class="col-12 col-lg-auto mb-4">
@@ -18,15 +15,6 @@ <h4 class="hero__feature-title">Moon</h4>
1815
</p>
1916
</a>
2017
</div>
21-
<div class="col-12 col-lg-auto mb-4">
22-
<a href="https://aerokube.com/moon-cloud/" class="hero__feature hero__feature_moon-cloud">
23-
<h4 class="hero__feature-title">Moon Cloud</h4>
24-
<div class="hero__feature-divider"></div>
25-
<p class="hero__feature-description">
26-
Online browser automation solution
27-
</p>
28-
</a>
29-
</div>
3018
<div class="col-12 col-lg-auto mb-4">
3119
<a href="https://aerokube.com/boot/" class="hero__feature hero__feature_selenoid">
3220
<h4 class="hero__feature-title">Boot</h4>

0 commit comments

Comments
 (0)