publish documentation for development and master branch #681

Merged
muellerr merged 16 commits from mohr/documentation_ci into development 2022-09-14 11:22:36 +02:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 8bbde05413 - Show all commits

View File

@ -19,4 +19,7 @@ RUN git clone https://github.com/ETLCPP/etl.git && \
cd etl && \
git checkout 20.28.0 && \
cmake -B build . && \
cmake --install build/
cmake --install build/
#ssh needs a valid user to work
RUN adduser -m -u 114 jenkins