mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 11:56:26 +00:00
debug(ci): set env variables only for storybook build
This commit is contained in:
parent
814abf68c8
commit
a2635e9190
5
.github/workflows/deploy-storybook.yaml
vendored
5
.github/workflows/deploy-storybook.yaml
vendored
@ -40,9 +40,6 @@ jobs:
|
|||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
|
||||||
GH_PAGES: true
|
|
||||||
BASE_URL: "/nimbus-gui/"
|
|
||||||
needs: cache-dependencies
|
needs: cache-dependencies
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -64,7 +61,7 @@ jobs:
|
|||||||
- name: Install Playwright
|
- name: Install Playwright
|
||||||
run: npx playwright install --with-deps
|
run: npx playwright install --with-deps
|
||||||
- name: Build Storybook
|
- name: Build Storybook
|
||||||
run: yarn build-storybook --quiet
|
run: GH_PAGES=true BASE_URL="/nimbus-gui/" yarn build-storybook --quiet
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user