Skip to content

Commit

Permalink
[doxygen] Enable deployment to the external repo (#7310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian-Nordic authored and pull[bot] committed Jun 11, 2021
1 parent 0c68184 commit 5214913
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})"
id: extract_branch
- name: Deploy if master
#if: steps.extract_branch.outputs.branch == 'master' && github.repository == 'project-chip/connectedhomeip'
if: github.event_name == 'workflow_dispatch'
if: steps.extract_branch.outputs.branch == 'master' && github.repository == 'project-chip/connectedhomeip'
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.DOXYGEN_DEPLOY_KEY }}
Expand Down

0 comments on commit 5214913

Please sign in to comment.