Skip to content

Commit

Permalink
Merge pull request #762 from WildernessLabs/fix_foundation_api
Browse files Browse the repository at this point in the history
added composite devices to workflows
  • Loading branch information
adunndevster2 authored Jun 12, 2024
2 parents 3eecf52 + 66893e1 commit ad67da4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-site-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ jobs:
working-directory: ./src/docfx/dfmg/Meadow.Foundation
run: |
dfmg
- name: Run DocFxMarkdownGen (dfmg) to generate API .md files for Meadow.Foundation.CompositeDevices
if: contains(github.event.pull_request.title, '[build-api]')
working-directory: ./src/docfx/dfmg/Meadow.Foundation.CompositeDevices
run: |
dfmg
- name: Run DocFxMarkdownGen (dfmg) to generate API .md files for Meadow.Foundation.FeatherWings
if: contains(github.event.pull_request.title, '[build-api]')
working-directory: ./src/docfx/dfmg/Meadow.Foundation.FeatherWings
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish-site-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ jobs:
working-directory: ./src/docfx/dfmg/Meadow.Foundation
run: |
dfmg
- name: Run DocFxMarkdownGen (dfmg) to generate API .md files for Meadow.Foundation.CompositeDevices
working-directory: ./src/docfx/dfmg/Meadow.Foundation.CompositeDevices
run: |
dfmg
- name: Run DocFxMarkdownGen (dfmg) to generate API .md files for Meadow.Foundation.FeatherWings
working-directory: ./src/docfx/dfmg/Meadow.Foundation.FeatherWings
run: |
Expand Down

0 comments on commit ad67da4

Please sign in to comment.