Skip to content

Commit f974cdf

Browse files
committed
ci: use latest deploy action
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent cd246e4 commit f974cdf

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
url: ${{ steps.deployment.outputs.url }}
3333
steps:
3434
- id: deployment
35-
uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@0.3.1
35+
uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@main
3636
with:
3737
build-assets-path: dist

src/content/about/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ buttons:
1515
<CounterComponent
1616
counter={[
1717
{
18-
name: "Projects Launched",
19-
number: 3500,
18+
name: "Pipelines crafted",
19+
number: 350,
2020
icon: "zap",
2121
color: "#1164a3"
2222
},
2323
{
2424
name: "Teams Empowered",
25-
number: 1200,
25+
number: 12,
2626
icon: "users",
2727
color: "#1164a3"
2828
},
2929
{
3030
name: "Containers Orchestrated",
31-
number: 25000,
31+
number: 1500,
3232
icon: "layers",
3333
color: "#1164a3"
3434
}

0 commit comments

Comments
 (0)