Skip to content

Commit

Permalink
Install our packages for automatic API docs to work (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 authored Aug 14, 2024
1 parent bec6b2e commit a47d9d3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ jobs:
# Checkout the repository
- name: Checkout repository
uses: actions/checkout@v2
# install the dependencies
# Install the dependencies
- name: Install dependencies
run: pip install -r docs/requirements.txt
# Install packages
- name: Install our packages
run: |
pip install as2fm_common/.
pip install scxml_converter/.
pip install jani_generator/.
# build the documentation
- name: Build documentation
run: |
Expand Down Expand Up @@ -46,4 +52,4 @@ jobs:
# deploy the documentation to GitHub Pages
- name: Deploy to github pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit a47d9d3

Please sign in to comment.