Skip to content

Commit

Permalink
ci(docs): fix git cli syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel authored Jul 4, 2021
1 parent 892671a commit 64eda4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git remote --set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
- name: Deploy docs
Expand Down

0 comments on commit 64eda4a

Please sign in to comment.