Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 3d1244e

Browse files
utils: fix permissions for auto doc updates
it's required to change owner of the WORKDIR with the help of 'prepare-for-build.sh' script.
1 parent a8bc3cb commit 3d1244e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/docker/run-doc-update.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
set -e
1212

13+
source $(dirname ${0})/prepare-for-build.sh
14+
1315
if [[ -z "${DOC_UPDATE_GITHUB_TOKEN}" ]]; then
1416
echo "To build documentation and upload it as a Github pull request, variable " \
1517
"'DOC_UPDATE_GITHUB_TOKEN' has to be provided."

0 commit comments

Comments
 (0)