diff --git a/.github/workflows/deploy-storybook.yaml b/.github/workflows/deploy-storybook.yaml index 70d4d18..6673157 100644 --- a/.github/workflows/deploy-storybook.yaml +++ b/.github/workflows/deploy-storybook.yaml @@ -57,7 +57,7 @@ jobs: needs: build environment: name: github-pages - url: ${{ steps.deployment.outputs.page_url }}/storybook + url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest name: Deploy steps: