Skip to content

Commit

Permalink
workflows: Overwrite Doxygen with Sphinx docs
Browse files Browse the repository at this point in the history
Push the Sphinx-generated html to
project-chip/connectedhomeip-doc, overwriting the current
Doxygen documentation.

Signed-off-by: Gaute Svanes Lunde <[email protected]>
  • Loading branch information
gautesl committed Aug 23, 2022
1 parent 2fca7ac commit 6504487
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/docbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
mkdir -p _build/src
make html
touch _build/html/.nojekyll
# - name: Deploy to gh-pages
# if: github.repository == 'project-chip/connectedhomeip'
# uses: peaceiris/actions-gh-pages@v3
# with:
# deploy_key: ${{ secrets.SPHINX_DEPLOY_KEY }}
# external_repository: project-chip/matter-doc
# publish_dir: matter/docs/_build/html
# # Keep only the latest version of the documentation
# force_orphan: true
- name: Deploy to gh-pages
if: github.repository == 'project-chip/connectedhomeip'
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.DOXYGEN_DEPLOY_KEY }}
external_repository: project-chip/connectedhomeip-doc
publish_dir: matter/docs/_build/html
# Keep only the latest version of the documentation
force_orphan: true

0 comments on commit 6504487

Please sign in to comment.