Skip to content

Commit

Permalink
FIX: point scripts to release/3.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Jan 11, 2023
1 parent b32a5bb commit 9b6c1f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc-deploy-dev/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ runs:
- name: "Update the redirection link"
shell: bash
run: |
curl https://raw.githubusercontent.com/pyansys/actions/main/scripts/redirect.html -o index.html
curl https://raw.githubusercontent.com/pyansys/actions/release/3.0/scripts/redirect.html -o index.html
# HACK: if the GitHub actions variable is dereferenced inside the `sed` command a syntax error is raised.
# The URL Github actions environmental variable is loaded inside a shell one to avoid this conflict.
url=${{ env.URL }}
Expand Down
4 changes: 2 additions & 2 deletions doc-deploy-stable/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ runs:
if: env.ACCEPTED_FORMAT == 'true'
shell: bash
run: |
curl https://raw.githubusercontent.com/pyansys/actions/main/scripts/version_mapper.py -o version_mapper.py
curl https://raw.githubusercontent.com/pyansys/actions/main/scripts/redirect.html -o index.html
curl https://raw.githubusercontent.com/pyansys/actions/release/3.0/scripts/version_mapper.py -o version_mapper.py
curl https://raw.githubusercontent.com/pyansys/actions/release/3.0/scripts/redirect.html -o index.html
- name: "Update the version JSON file"
if: env.ACCEPTED_FORMAT == 'true'
Expand Down

0 comments on commit 9b6c1f0

Please sign in to comment.