Update .gitlab-ci.yml

This commit is contained in:
stubbfel
2021-07-13 21:25:37 +00:00
parent dbfb4f2b93
commit c1d482f9a8

View File

@@ -4,7 +4,7 @@ pages:
entrypoint: ["/bin/sh", "-c"]
script:
- mkdir -p public
- echo '<meta name="google-site-verification" content="xxx" />' > header.html
- echo '<meta name="google-site-verification" content="xxxx" />' > header.html
- pandoc -f markdown -t html -s README.md -o public/index.html --metadata title="NOIBW - Nix-Openwrt-ImageBuilder-Wrapper" --metadata keywords=nix,shell,openwrt,image,builder -H header.html
artifacts:
paths: