We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9824c3 commit cdc3c77Copy full SHA for cdc3c77
.github/workflows/ci_cd.yml
@@ -653,7 +653,9 @@ jobs:
653
needs: [release]
654
steps:
655
- name: Deploy the stable documentation
656
- uses: ansys/actions/doc-deploy-stable@v5
+ # 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
659
with:
660
cname: ${{ env.DOCUMENTATION_CNAME }}
661
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments