We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd818fd commit 9f03bd1Copy full SHA for 9f03bd1
.github/workflows/ci.yml
@@ -38,6 +38,7 @@ jobs:
38
DEBIAN_FRONTEND: noninteractive
39
- uses: actions/checkout@v4
40
- name: "Declare git repo safe"
41
+ if: ${{ matrix.build_docs }}
42
# In the docker container the repo is owned by 1001:123, causing the
43
# following error when running git commands:
44
#
0 commit comments