Skip to content

Commit

Permalink
repo url update
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitk-me committed Dec 13, 2024
1 parent 3975be3 commit 61656de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
key=$(echo $(_jq '.key'));
tag=$(echo $(_jq '.tag'));
git clone --depth 1 -b "$tag" https://$GITHUB_TOKEN@github.com/$RepoUrl "$BuildDir/$key"
git clone --depth 1 -b "$tag" https://$GITHUB_TOKEN@${repo_url} "$BuildDir/$key"
cp versions.json "$BuildDir/$key/src/.vuepress/versions.json";
done
Expand Down

0 comments on commit 61656de

Please sign in to comment.