image: ubuntu:20.10 before_script: - apt-get update && apt-get install -y make pandoc - make clean - pandoc --version pages: stage: deploy script: - make - cp html/README.html html/index.html - cp -R html public artifacts: expire_in: 7 days paths: - public