Sign inSign up

thehiveproject/mkdocs

By thehiveproject

Updated over 3 years ago

Image
0

374

thehiveproject/mkdocs repository overview

This repository contains necessary material to build and publish doc with mkdocs. The docker image aims at beeing used with Drone and take a PLUGIN_TOKEN as environment variable.

Usage

The program can be run using command line. A Github token is required to publish the documentation in gh-pages of your github repo.

./mkdocs_deploy.sh -h
  mkdocs deploy to a remote repository
  Udate: mkdocs_deploy.sh [OPTION...]
  Arguments:
    -t, --token         Token to upload
    -h, --help          This message

Trigger

Use with drone:

steps:
  - name: Publish documentation 
    image: thehiveproject/mkdocs
    settings:
      - token: { from_secret: github_token }
    when:
      branch:
      - master

Tag summary

Content type

Image

Digest

sha256:367ba3f58

Size

102 MB

Last updated

over 3 years ago

docker pull thehiveproject/mkdocs