Skip to content

Commit

Permalink
Update release.yml file for doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Jun 18, 2024
1 parent 544d0c5 commit 1dd33e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
path: zip-check/coreSNTP-${{ github.event.inputs.version_number }}.zip
deploy-doxygen:
needs: tag-commit
if: ${{ ( github.event.inputs.delete_existing_tag_release == 'true' && success() ) || ( github.event.inputs.delete_existing_tag_release == 'false' && always() ) }}
name: Deploy doxygen documentation
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1dd33e4

Please sign in to comment.