Skip to content

Commit

Permalink
docs: Add condition for doc publishing
Browse files Browse the repository at this point in the history
Signed-off-by: RibhuDP <[email protected]>
  • Loading branch information
ribdp committed Apr 3, 2024
1 parent ec4f89e commit e05eaa5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 56 deletions.
1 change: 1 addition & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
cd docs
make html
- name: Publish master doc
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
36 changes: 0 additions & 36 deletions docs/source/reference_api/index.rst

This file was deleted.

20 changes: 0 additions & 20 deletions docs/source/supported_parts.csv

This file was deleted.

0 comments on commit e05eaa5

Please sign in to comment.