Skip to content

Commit

Permalink
[.github/workflows/main.yml] Fix target domain
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMarks committed May 27, 2024
1 parent e0cd098 commit b4e3ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
ng build --configuration production --base-href 'https://'"$CNAME"
head -n6 README.md > "$DIST"'/README.md'
mv "$DIST"'/browser'/* "$DIST"
npx angular-cli-ghpages --dir="$DIST" --cname="$CNAME" --repo='https://'"$GITHUB_TOKEN"'@'"$TARGET" --branch='master' --message="$MSG" --name="$name" --email="$email" --no-silent
npx angular-cli-ghpages --dir="$DIST" --cname="$CNAME" --repo='https://'"$GITHUB_TOKEN"'@github.com'"$TARGET" --branch='master' --message="$MSG" --name="$name" --email="$email" --no-silent

0 comments on commit b4e3ac2

Please sign in to comment.