[ci] Fix for dubious repo ownership issue (#1840)

pull/1843/head
Jiabao Sun 2 years ago committed by GitHub
parent 00fe5ad922
commit 70bc24bdc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,6 +21,7 @@ jobs:
apt-get update
apt-get install -y git
git clone "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" .
git config --global --add safe.directory /__w/${GITHUB_REPOSITORY}/${GITHUB_REPOSITORY}
shell: bash
- name: Execute script to build our documentation and update pages

Loading…
Cancel
Save