Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
fix: use volta during github action (Dx-2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
effervescentia committed Sep 11, 2024
1 parent 52c70e0 commit 862bfc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- ben/dx-2338
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -11,11 +12,12 @@ jobs:
uses: actions/[email protected]
with:
persist-credentials: false
- uses: volta-cli/action@v4
- name: Install and Build
working-directory: ./packages/react-chat
run: |
yarn install
yarn build:docs
yarn build:storybook
- name: Deploy
uses: JamesIves/[email protected]
with:
Expand Down

0 comments on commit 862bfc3

Please sign in to comment.