Skip to content

Document GitLab CI/CD #75

Closed
Closed
@oxr463

Description

@oxr463

Minimal .gitlab-ci.yml:

image: docker:latest

services:
  - docker:dind

build:
  script:
    - docker run --rm --volume "`pwd`:/data" --user `id -u`:`id -g` pandoc/latex README.md -o README.pdf
  artifacts:
    paths:
      - "*.pdf"

See: https://pandoc.org/installing.html#docker

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions