Skip to content

Commit

Permalink
chore: Update merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbsmith committed Oct 19, 2023
1 parent f9c89d8 commit 68b38be
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,23 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Used for conventional commit ranges

- uses: Workday/canvas-kit-actions/install@v1
with:
node_version: 18.x

- name: Install
shell: bash
run: yarn install
# - uses: Workday/canvas-kit-actions/install@v1
# with:
# node_version: 18.x

- name: Build Tokens
shell: bash
run: yarn build:tokens

# Build Storybook and extract component stories for Storybook aggregation. This will be used
# for Chromatic rebaselining and publishing to GH Pages.
- name: Build Storybook
shell: bash
run: yarn build-storybook --no-cache --verbose
run: yarn build-storybook

- name: Publish Storybook
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 68b38be

Please sign in to comment.