From c765aa7558e3a375ae3f15e0f66ee282aa6e4e44 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 21 Feb 2023 14:00:02 +0100 Subject: [PATCH] microsite: deploy new microsite Co-authored-by: blam Signed-off-by: Johan Haals --- .github/workflows/deploy_microsite.yml | 8 ++++---- microsite/static/.nojekyll | 0 microsite/static/CNAME | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 microsite/static/.nojekyll create mode 100644 microsite/static/CNAME diff --git a/.github/workflows/deploy_microsite.yml b/.github/workflows/deploy_microsite.yml index 1f87c30af2..fc2adadc68 100644 --- a/.github/workflows/deploy_microsite.yml +++ b/.github/workflows/deploy_microsite.yml @@ -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 diff --git a/microsite/static/.nojekyll b/microsite/static/.nojekyll new file mode 100644 index 0000000000..e69de29bb2 diff --git a/microsite/static/CNAME b/microsite/static/CNAME new file mode 100644 index 0000000000..c3be0f8d9b --- /dev/null +++ b/microsite/static/CNAME @@ -0,0 +1 @@ +backstage.io \ No newline at end of file