fix working directory

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2023-02-21 14:06:44 +01:00
parent c765aa7558
commit 5a4577e8f6
+2 -2
View File
@@ -32,7 +32,7 @@ jobs:
run: yarn install --immutable
- name: microsite yarn install
run: yarn install --immutable
working-directory: microsite
working-directory: microsite-next
- name: storybook yarn install
run: yarn install --immutable
working-directory: storybook
@@ -52,7 +52,7 @@ jobs:
run: mv storybook/dist/ microsite-next/build/storybook
- name: Check the build output
run: ls microsite/build && ls microsite-next/build/storybook
run: ls microsite-next/build && ls microsite-next/build/storybook
- name: Deploy both microsite and storybook to gh-pages
uses: JamesIves/github-pages-deploy-action@v4.4.1