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 c0cf27c commit aee9f0eCopy full SHA for aee9f0e
1 file changed
.github/workflows/ci.yml
@@ -19,6 +19,8 @@ jobs:
19
- name: cpprefjp
20
run: |
21
set -eux -o pipefail
22
+ export DOCKER_IT=""
23
+
24
git clone https://github.com/cpprefjp/site.git cpprefjp/site
25
git clone https://github.com/cpprefjp/image.git cpprefjp/image
26
@@ -52,6 +54,8 @@ jobs:
52
54
- name: boostjp
53
55
56
57
58
59
git clone https://github.com/boostjp/site.git boostjp/site
60
git clone https://github.com/boostjp/image.git boostjp/image
61
0 commit comments