Merge pull request #205 from gabsuren/docs/fix_documentation

docs: Disable code coverage report publishing to Github Pages
This commit is contained in:
Suren
2023-01-13 17:54:04 +04:00
committed by GitHub

View File

@ -70,23 +70,23 @@ jobs:
${{ env.COMP_DIR }}/docs_gcovr ${{ env.COMP_DIR }}/docs_gcovr
if-no-files-found: error if-no-files-found: error
show_report_data: # show_report_data:
name: Publish-Results # name: Publish-Results
if: github.ref == 'refs/heads/master' || github.repository != 'espressif/esp-protocols' # if: github.ref == 'refs/heads/master' || github.repository != 'espressif/esp-protocols'
runs-on: ubuntu-22.04 # runs-on: ubuntu-22.04
needs: gcovr_analyzer_esp_modem # needs: gcovr_analyzer_esp_modem
steps: # steps:
- name: Checkout 🛎️ # - name: Checkout 🛎️
uses: actions/checkout@v3 # uses: actions/checkout@v3
with: # with:
persist-credentials: false # persist-credentials: false
- name: Download Artifacts # - name: Download Artifacts
uses: actions/download-artifact@v1 # uses: actions/download-artifact@v1
with: # with:
name: docs_gcovr # name: docs_gcovr
#
- name: Deploy generated docs # - name: Deploy generated docs
uses: JamesIves/github-pages-deploy-action@v4 # uses: JamesIves/github-pages-deploy-action@v4
with: # with:
branch: gh-pages # branch: gh-pages
folder: 'docs_gcovr' # folder: 'docs_gcovr'