Merge branch 'v0.x' into 'main'

Fix path in GitLab CI

See merge request naaice/poet!25
This commit is contained in:
Max Lübke 2024-03-07 14:43:03 +01:00
commit 805f674043
2 changed files with 2 additions and 3 deletions

View File

@ -108,7 +108,7 @@ pages:
script:
- pushd build_pages
- cmake .. && make doxygen
- popd && mv build/docs/html/* public/
- popd && mv build_pages/docs/html/* public/
artifacts:
paths:
- public

View File

@ -2,8 +2,7 @@ FROM debian
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get install -y \
cmake-curses-gui \
clangd \
cmake \
git \
libeigen3-dev \
libopenmpi-dev \