fix(ci): set `GH_PAGES` to `true` for storybook build
This commit is contained in:
parent
766b0b5b7b
commit
a85ab537e1
|
@ -40,6 +40,8 @@ jobs:
|
|||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GH_PAGES: true
|
||||
needs: cache-dependencies
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue