Skip to content

Commit

Permalink
fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree authored Oct 29, 2023
1 parent a34f8e3 commit 36391de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
remote_addr="https://${user_name}:${{ secrets.GITHUB_TOKEN }}@${remote_addr}"
echo "-- user ${user_name}"
echo "-- remote addr: ${remote_addr}"
git remote add origin ${remote_addr}
git remote add origin "${remote_addr}"
git add -A
git commit -m "rebuild website ad $GITHUB_REF"
git push origin HEAD:gh-pages --force
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_upload_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
git config user.name ${user_name}
git config user.email ${user_email}
remote_addr="https://${user_name}:${{ secrets.GITHUB_TOKEN }}@${remote_addr}"
git remote add origin ${remote_addr}
git remote add origin "${remote_addr}"
git add -A
git commit -m "rebuild website ad $GITHUB_REF"
git push origin HEAD:gh-pages --force
Expand Down

0 comments on commit 36391de

Please sign in to comment.