Skip to content

Commit

Permalink
update docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jan 8, 2023
1 parent eaa0541 commit 979b727
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,8 @@ on:
workflow_dispatch:

jobs:
get-version:
uses: nRF24/.github/.github/workflows/get_arduino_version.yaml@reusable-workflow

build-docs:
needs: [get-version]
uses: nRF24/.github/.github/workflows/build_docs.yaml@reusable-workflow
with:
lib-version: ${{ needs.get-version.outputs.latest }}
mk-sphinx: true
deploy-gh-pages: ${{ github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master') }}
secrets: inherit

0 comments on commit 979b727

Please sign in to comment.