Skip to content

Commit

Permalink
Include library build in the docs deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Aug 9, 2023
1 parent 9bfd404 commit b171106
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,18 @@ jobs:
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm

- name: Install
run: npm ci

- name: Build
run: npm run build

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit b171106

Please sign in to comment.