... | ... | @@ -45,4 +45,18 @@ Whenever any commits are made to the _docs_ directory, this job will run. The jo |
|
|
|
|
|
See the [README.md](https://cwincloud.cc.umanitoba.ca/canwin_public/canwin-public-documents/-/blob/main/docs/README.md) in the docs directory for a listing of the individual PDFs.
|
|
|
|
|
|
The latest build of PDFs generated by the Gitlab runner can be found [here](https://cwincloud.cc.umanitoba.ca/canwin_public/canwin-public-documents/-/jobs/artifacts/main/browse?job=build_pdf). Navigate to docs/pdfs to see all files. |
|
|
\ No newline at end of file |
|
|
The latest build of PDFs generated by the Gitlab runner can be found [here](https://cwincloud.cc.umanitoba.ca/canwin_public/canwin-public-documents/-/jobs/artifacts/main/browse?job=build_pdf). Navigate to docs/PDFs to see all files.
|
|
|
|
|
|
## Troubleshooting
|
|
|
|
|
|
* `ERROR: Preparation failed: Getwd: getwd: no such file or directory`
|
|
|
|
|
|
Solution: Kill the PID of any <span dir="">residual gitlab-runner processes still executing.</span>
|
|
|
|
|
|
<pre>
|
|
|
|
|
|
`ps -ax | grep gitlab-runner`
|
|
|
|
|
|
`kill -9 PID`
|
|
|
|
|
|
</pre> |
|
|
\ No newline at end of file |