Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ jobs:
# git, pnpm, node (.nvmrc), and a frozen install — same as CI.
- uses: ./.github/actions/ci-setup

# `enablement: true` turns Pages on via the API the first time, so the
# deploy works without a manual toggle in repo settings.
# Reads the Pages config and exposes `base_path` for the build. Pages is
# enabled out-of-band (Settings -> Pages -> Source: GitHub Actions) —
# the workflow token can't create the site, so no `enablement: true`.
- id: pages
uses: actions/configure-pages@v5
with:
enablement: true

- name: Build Storybook
# The project site is served under /<repo>/ (e.g. /ui/), so the
Expand Down
Loading