Update .gitlab-ci.yml

This commit is contained in:
stubbfel
2021-07-13 21:34:04 +00:00
parent c1d482f9a8
commit 6d4ae9fad4

View File

@@ -4,7 +4,7 @@ pages:
entrypoint: ["/bin/sh", "-c"]
script:
- mkdir -p public
- echo '<meta name="google-site-verification" content="xxxx" />' > header.html
- echo '<meta name="google-site-verification" content="ooqaohCgAywtsa97hQcmfXVsc5ZlgQaKSnXvTkSSLGE" />' > 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: