Skip to content

Commit cdc3c77

Browse files
jorgepilotoRobPasMue
authored andcommitted
feat: seo-improvements (#971)
1 parent c9824c3 commit cdc3c77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,9 @@ jobs:
653653
needs: [release]
654654
steps:
655655
- name: Deploy the stable documentation
656-
uses: ansys/actions/doc-deploy-stable@v5
656+
# TODO: testing SEO improvements. This branch avoids creating a
657+
# sitemap.xml pages in opposite to v5.
658+
uses: ansys/actions/doc-deploy-stable@feat/seo-improvements
657659
with:
658660
cname: ${{ env.DOCUMENTATION_CNAME }}
659661
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)