Skip to content

Commit

Permalink
fix: all actions pointing to main branch in main (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto authored Dec 20, 2023
1 parent b47da2e commit 92dc487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
needs: doc-deploy-dev
steps:
- name: "Deploy the latest documentation index"
uses: ansys/actions/doc-deploy-index@v4
uses: ansys/actions/doc-deploy-index@main
with:
cname: ${{ env.DOCUMENTATION_CNAME }}/version/dev
index-name: "actions-vdev"
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
echo "VERSION_MEILI=$VERSION_MEILI" >> $GITHUB_ENV
- name: "Deploy the latest documentation index"
uses: ansys/actions/doc-deploy-index@v4
uses: ansys/actions/doc-deploy-index@main
with:
cname: ${{ env.DOCUMENTATION_CNAME }}/version/${{ env.VERSION }}
index-name: actions-v${{ env.VERSION_MEILI }}
Expand Down

0 comments on commit 92dc487

Please sign in to comment.