Skip to content

Merge branch 'main' of https://github.com/nbility-example/NBility-bus… #12

Merge branch 'main' of https://github.com/nbility-example/NBility-bus…

Merge branch 'main' of https://github.com/nbility-example/NBility-bus… #12

Workflow file for this run

on:
push:
branches:
- 'main'
jobs:
archi_report:
permissions:
contents: write
pages: write
runs-on: ubuntu-latest
name: Deploy Archi report HTML to GitHub Pages
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Deploy Archi report
id: archi
uses: WoozyMasta/[email protected]
with:
archiHtmlReportEnabled: true
archiJasperReportEnabled: true
archiJasperReportFormats: PDF,DOCX
archiCsvReportEnabled: true
archiExportModelEnabled: true
githubToken: ${{ secrets.GITHUB_TOKEN }}