mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 10:03:36 +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
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GH_PAGES: true
|
||||
BASE_URL: "/nimbus-gui/"
|
||||
needs: cache-dependencies
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -64,7 +61,7 @@ jobs:
|
||||
- name: Install Playwright
|
||||
run: npx playwright install --with-deps
|
||||
- name: Build Storybook
|
||||
run: yarn build-storybook --quiet
|
||||
run: GH_PAGES=true BASE_URL="/nimbus-gui/" yarn build-storybook --quiet
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user