Skip to content
Snippets Groups Projects
Verified Commit 22f022db authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added link checker

parent 4a8f51fe
Branches master
No related tags found
No related merge requests found
Pipeline #40235 failed
FROM rust:slim-bookworm
RUN apt update && apt upgrade -y && apt install rsync wget -y
RUN apt update && apt upgrade -y && apt install rsync wget nodejs npm -y
RUN npm install broken-link-checker -g
RUN wget https://github.com/getzola/zola/releases/download/v0.18.0/zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz && tar xzvf zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz && mv zola /usr/local/bin && chmod +x /usr/local/bin/zola
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment