Skip to content

Commit

Permalink
fix: typo in the ci-cd (#3439)
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 authored Aug 21, 2023
1 parent 4c09cf7 commit a1cd619
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nightly-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:

doc-index-dev:
name: "Deploy dev docs index"
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
runs-on: ubuntu-latest
needs: docs_upload
steps:
Expand All @@ -73,7 +72,7 @@ jobs:
uses: ansys/actions/doc-deploy-index@v4
with:
cname: ${{ env.DOCUMENTATION_CNAME }}/version/dev
index-name: pyaedt-v${{ env.VERSION_MEILI }}
index-name: pyaedt-vdev
host-url: ${{ vars.MEILISEARCH_HOST_URL }}
api-key: ${{ env.MEILISEARCH_API_KEY }}
pymeilisearchopts: --stop_urls \"EDBAPI\" # Add EDB API as another index to show it in dropdown button
Expand All @@ -82,7 +81,7 @@ jobs:
uses: ansys/actions/doc-deploy-index@v4
with:
cname: ${{ env.DOCUMENTATION_CNAME }}/version/dev/EDBAPI/
index-name: pyedb-v${{ env.VERSION_MEILI }}
index-name: pyedb-vdev
host-url: ${{ vars.MEILISEARCH_HOST_URL }}
api-key: ${{ env.MEILISEARCH_API_KEY }}
doc-artifact-name: documentation-html/EDBAPI # Add only EDB API to index
Expand Down

0 comments on commit a1cd619

Please sign in to comment.