We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c565d8d + cbb8b02 commit ac64300Copy full SHA for ac64300
c/ci-analyse.yml
@@ -123,7 +123,7 @@ format:
123
cpd:
124
stage: analysis
125
needs: []
126
- image: rawdee/pmd
+ image: rawdee/pmd:6.40.0
127
tags:
128
- short-jobs
129
script:
c/ci-deploy.yml
@@ -52,7 +52,7 @@ readthedocs:
52
- ./update_examples.sh
53
- cd ..
54
- export PRE_DOC=`cat wasm/docs/*.md`
55
- - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.slock.it/in3/doc.git
+ - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.slock.it/in3/c/in3-doc.git doc
56
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.slock.it/tools/generator.git
57
- cp python_multilib/docs/documentation.md doc/docs/api-python.md
58
- cp dotnet/docs/api-dotnet.md doc/docs/
0 commit comments