mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-04 20:05:02 +08:00
13 lines
189 B
YAML
13 lines
189 B
YAML
image: ubuntu
|
|
|
|
pages:
|
|
script:
|
|
- apt-get update -qq
|
|
- apt-get install -y -qq doxygen graphviz python3
|
|
- ./api_docx/build_docs.sh
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- dev
|