Skip to content

Commit

Permalink
fix: download docs artifact in deploy CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jacombs committed Nov 6, 2023
1 parent f842044 commit c93989d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ jobs:
mask-aws-account-id: true
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}

- name: (Dev) Download docs artifact
uses: actions/download-artifact@v3
with:
name: docs
path: packages/landing/dist/docs

- name: (Dev) Deploy
run: |
npx lerna run bundle --stream
Expand Down

0 comments on commit c93989d

Please sign in to comment.