Skip to content

Commit bd76a52

Browse files
authored
Merge pull request #22 from BeamStackProj/website
feat(actions): Change beamstack website homepage
2 parents 01d3e55 + 556aa5a commit bd76a52

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,7 @@ jobs:
7878
- name: Deploy to GitHub Pages
7979
id: deployment
8080
uses: actions/deploy-pages@v4
81+
with:
82+
external_repository: beamstackproj/beamstackproj.github.io
83+
publish_branch: main
84+
publish_dir: ./public

content/en/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Beamstack
33
---
44

55
{{< blocks/cover title="Beamstack" image_anchor="top" height="full" >}}
6-
<p class="lead mt-5">A Machine Learning Pipeline Deployment Tool for Kubernetes</p>
6+
<p class="lead mt-5">A pipeline deployment abstraction tool for kubernetes</p>
77
<a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< param prefixURL >}}/docs/getting-started">
88
Get Started <i class="fas fa-arrow-alt-circle-right ms-2"></i>
99
</a>

0 commit comments

Comments
 (0)