Skip to content

Commit

Permalink
[ci] Fix for dubious repo ownership issue (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiabao-Sun authored Dec 27, 2022
1 parent 00fe5ad commit 70bc24b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70bc24b

Please sign in to comment.