diff options
author | gabrielgio <gabriel.giovanini@pm.me> | 2021-07-19 19:21:23 +0200 |
---|---|---|
committer | gabrielgio <gabriel.giovanini@pm.me> | 2021-07-19 19:21:23 +0200 |
commit | be1e3856f56286afd454f1349cb48df1e26e5585 (patch) | |
tree | b8048db24d20c49ff872d8ca8c08030ab5bce720 /.gitlab-ci.yml | |
parent | f2d3c97206828ed4c569f4391bba7f1c16b68a6d (diff) | |
download | reddit-nextcloud-importer-be1e3856f56286afd454f1349cb48df1e26e5585.tar.gz reddit-nextcloud-importer-be1e3856f56286afd454f1349cb48df1e26e5585.tar.bz2 reddit-nextcloud-importer-be1e3856f56286afd454f1349cb48df1e26e5585.zip |
feat: Add bamboo theme
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6804ef8..4291a2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ pages: stage: build script: - mkdir public - - pandoc --standalone README.md -o public/index.html + - pandoc -s --include-in-header=docs/bamboo.min.css -s README.md -o public/index.html artifacts: paths: - public |