Skip to content

Commit cf1b6b5

Browse files
committed
create symlink from the en directory
1 parent 9694f65 commit cf1b6b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.ci/azure/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
5050
- bash: |
5151
# Update latest symlink
52-
cd discretize-docs
53-
rm -f en/latest
54-
ln -s "en/$BRANCH_NAME" en/latest
52+
cd discretize-docs/en
53+
rm -f latest
54+
ln -s "$BRANCH_NAME" latest
5555
displayName: Point Latest to tag
5656
condition: eq(variables.IS_TAG, true)
5757

0 commit comments

Comments
 (0)