grim/hgkeeper

5b6ad1b98031
Parents c47e4554fa47
Children d9bdbbcc712b
fix the docs build to work on convey 0.13 and 0.15
  • +3 -3
    convey.yml
  • --- a/convey.yml Wed Mar 23 13:28:31 2022 -0500
    +++ b/convey.yml Wed Mar 23 13:41:00 2022 -0500
    @@ -36,19 +36,19 @@
    docs-import:
    type: docker/import
    - files: docs:.
    + files: .:.
    docs-build:
    type: docker/run
    image: docker.io/python:3-alpine
    + workdir: ${CONVEY_WORKSPACE}/docs
    script:
    - python3 -m pip install mkdocs mkdocs-include-markdown-plugin
    - - cd ${CONVEY_WORKSPACE}
    - mkdocs build
    docs-export:
    type: docker/export
    - files: site:site
    + files: docs/site:site
    plans:
    default: