Merge pull request #2602 from cgwalters/fix-docs-ci
ci: Work around GH actions `container:` + git + security bug
This commit is contained in:
commit
4a9a2f0b44
|
|
@ -21,6 +21,9 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: GH actions checkout post
|
||||||
|
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||||
|
|
||||||
# This is taken from ci/travis-install.sh but should probably be
|
# This is taken from ci/travis-install.sh but should probably be
|
||||||
# refactored.
|
# refactored.
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue