Skip to content

Commit

Permalink
fix: action ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Mar 22, 2024
1 parent b9be610 commit 3baad00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc-deploy-stable/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ runs:
Generate the "robots.txt" file for guiding web crawlers (spiders)
- name: "Generate 'robots.txt' file"
uses: ansys/actions/_doc-gen-robots@main
uses: ansys/actions/_doc-gen-robots@feat/seo-improvements
with:
cname: ${{ inputs.cname }}

Expand All @@ -483,7 +483,7 @@ runs:
Include a link canonical tag in old versions if not present.
- name: "Include link canonical tag in pages"
uses: ansys/actions/_doc-gen-canonical
uses: ansys/actions/_doc-gen-canonical@feat/seo-improvements
with:
cname: ${{ inputs.cname }}
html-directory: version/stable
Expand Down

0 comments on commit 3baad00

Please sign in to comment.