Skip to content
Snippets Groups Projects
Commit 4bdeef43 authored by Diana Rueda's avatar Diana Rueda Committed by Marc-Olivier Andrez
Browse files

Add `raw-loader` dependency for building `docs/site`

\+ Remove `npm install raw-loader` step from CI job `pages`

Without the `raw-loader` package, building `docs/site` by executing the following command was failing:

```sh
$ cd docs/site && npm install
$ yarn build
...
[ERROR] Docusaurus server-side rendering could not render static page with path /docs/21.06.0/.
...
Error: Cannot find module './versioned_examples/version-21.06.0/start_asapo_socket.sh'
...
[WARNING] {"moduleIdentifier":"/home/marc-olivier/Documents/desy/dev/gitlab.desy.de/asapo/asapo/docs/site|sync|/(\\.sh%7C\\.py%7C\\.cpp%7C\\.c%7C\\.txt%7CMakefile)$/","moduleName":"././ sync (\\.sh%7C\\.py%7C\\.cpp%7C\\.c%7C\\.txt%7CMakefile)$","loc":"./CMakeLists.txt","message":"Module not found: Error: Can't resolve 'raw-loader' in '/home/marc-olivier/Documents/desy/dev/gitlab.desy.de/asapo/asapo/docs/site'","compilerPath":"client"}
...
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
```
parent 2a087a3b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment