Skip to content

Commit

Permalink
Try to fix post error
Browse files Browse the repository at this point in the history
  • Loading branch information
akenmorris committed Aug 17, 2024
1 parent f1e8d03 commit ffe3e63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Support/deploy_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ${GITHUB_WORKSPACE}/Support/build_docs.sh $INSTALL_DIR

git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git config http.postBuffer 524288000

remote_repo="https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"

Expand Down

0 comments on commit ffe3e63

Please sign in to comment.