PHP Classes

File: .github/workflows/mkdocs.yaml

Recommend this page to a friend!
  Classes of jawira   PlantUML client   .github/workflows/mkdocs.yaml   Download  
File: .github/workflows/mkdocs.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PlantUML client
Convert a UML diagram to an image using PlantUML
Author: By
Last change:
Date: 1 year ago
Size: 431 bytes
 

Contents

Class file image Download
name: Publish documentation on: release: types: [ published ] jobs: build: name: Deploy docs runs-on: ubuntu-20.04 steps: - name: Checkout main uses: actions/checkout@v2 - name: Deploy docs uses: mhausenblas/mkdocs-deploy-gh-pages@master env: SITE_NAME: "PlantUML Client ${{ github.event.release.tag_name }}" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}