Skip to content

Commit

Permalink
[hotfix][docs] Fix docker/git permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Nov 1, 2023
1 parent 56b1be4 commit 0854084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fi
- name: Build documentation
run: |
docker run --rm --volume "$PWD:/root/flink" chesnay/flink-ci:java_8_11_17_maven_386_v2 bash -c "cd /root/flink && ./.github/workflows/docs.sh"
docker run -user 1001 --rm --volume "$PWD:/root/flink" chesnay/flink-ci:java_8_11_17_maven_386_v2 bash -c "cd /root/flink && ./.github/workflows/docs.sh"
- name: Upload documentation
uses: burnett01/[email protected]
with:
Expand Down

0 comments on commit 0854084

Please sign in to comment.