Update .gitlab-ci.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user