fix(ci): set `GH_PAGES` to `true` for storybook build

This commit is contained in:
Rickard Andersson 2023-08-21 16:11:42 +03:00
parent 766b0b5b7b
commit a85ab537e1
1 changed files with 2 additions and 0 deletions

View File

@ -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