microsite: deploy new microsite

Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2023-02-21 14:00:02 +01:00
parent b2ac4ebb94
commit c765aa7558
3 changed files with 5 additions and 4 deletions
+4 -4
View File
@@ -42,20 +42,20 @@ jobs:
- name: build microsite
run: yarn build
working-directory: microsite
working-directory: microsite-next
- name: build storybook
run: yarn build-storybook
working-directory: storybook
- name: move storybook dist into microsite
run: mv storybook/dist/ microsite/build/backstage/storybook
run: mv storybook/dist/ microsite-next/build/storybook
- name: Check the build output
run: ls microsite/build/backstage && ls microsite/build/backstage/storybook
run: ls microsite/build && ls microsite-next/build/storybook
- name: Deploy both microsite and storybook to gh-pages
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: microsite/build/backstage
folder: microsite-next/build
View File
+1
View File
@@ -0,0 +1 @@
backstage.io