Skip to content

Update README.md

Update README.md #4

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 }}