Skip to content

Commit

Permalink
fix(dependencies): Upgrade typedoc-plugin-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
osama-salman99 committed Oct 10, 2023
1 parent cced727 commit 24fb2b9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/generator-generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
run: |
npm run prepare-sdk
npm run generate-docs
cd docs
ls
cd ..
rm -r node_modules
- uses: actions/upload-artifact@v3
with:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/generator-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,16 @@ jobs:
with:
name: ${{ github.event.inputs.name }}
version: ${{ github.event.inputs.version }}
publish_sources:
if: ${{ github.event.inputs.production_release == 'true' }}
needs: [ generate ]
uses: ./.github/workflows/generator-publish-sources.yaml
with:
name: ${{ github.event.inputs.name }}
version: ${{ github.event.inputs.version }}
publish_artifact:
needs: [ generate ]
uses: ./.github/workflows/generator-publish-artifact.yaml
secrets: inherit
with:
production_release: ${{ github.event.inputs.production_release == 'true' }}

0 comments on commit 24fb2b9

Please sign in to comment.