Giter Site home page Giter Site logo

dearrudam / c4builder-action Goto Github PK

View Code? Open in Web Editor NEW

This project forked from clippings/c4builder-action

0.0 1.0 0.0 11 KB

Run C4Builder to generate documentation website

Home Page: https://github.com/marketplace/actions/c4builder

License: MIT License

Shell 19.12% Dockerfile 80.88%

c4builder-action's Introduction

C4builder GitHub Action

Run C4Builder in GitHub Actions to generate a documentation website from Markdown and PlantUML files.

Usage

Put the following step in your workflow:

      - name: C4Builder
        uses: clippings/c4builder-action@v1

Workflow example:

name: Build

on:
  pull_request:
    types: [open, synchronize]
  push:
    branches:
      - master

jobs:
  build:
    name: Build
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1

      - name: C4Builder
        uses: clippings/c4builder-action@v1

Configuration

The only available configuration is the path where the .c4builder file is located. Defaults to the root of your repoository.

You can change it via the path input like this:

jobs:
  build:
    name: Build
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1

      - name: C4Builder
        uses: clippings/c4builder-action@v1
        with:
          path: 'doc/architecture'

All the remaining configuration like source and destination folder is read from your C4Builder configuration file found in the path.

License

Licensed under the MIT license. See LICENSE.

c4builder-action's People

Contributors

hkdobrev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.