From 4f5c363bf9051336fff23dadf17fb42e1394ce2b Mon Sep 17 00:00:00 2001 From: Pratham Vaidya Date: Sun, 7 Apr 2024 12:06:00 +0530 Subject: [PATCH] updated: workflow url output --- .github/workflows/deploy-storybook-to-github-pages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-storybook-to-github-pages.yml b/.github/workflows/deploy-storybook-to-github-pages.yml index bd07e67..b2d9edc 100644 --- a/.github/workflows/deploy-storybook-to-github-pages.yml +++ b/.github/workflows/deploy-storybook-to-github-pages.yml @@ -14,6 +14,9 @@ permissions: jobs: deploy: runs-on: ubuntu-latest + environment: + name: github-pages + url: ${{ steps.build-publish.outputs.page_url }} steps: - id: build-publish uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3