Skip to content

Commit 7e531e5

Browse files
committed
WIP GH Action for deployment
1 parent caaa957 commit 7e531e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ commit+push() {
179179

180180
if [ $github_action = true ]; then
181181
disable_expanded_output
182-
remote_repo="https://${GITHUB_ACTOR}:${GH_TOKEN}@github.com/${REPOSITORY}.git"
182+
remote_repo="https://${GITHUB_ACTOR}:${GH_TOKEN}@github.com/CompanyMood/api-documentation.git"
183183
#--quiet is important here to avoid outputting the repo URL, which may contain a secret token
184184
git remote add ghpages $remote_repo
185185
git push ghpages $deploy_branch --quiet

0 commit comments

Comments
 (0)