diff --git a/.github/workflows/generate-documentation.yaml b/.github/workflows/generate-documentation.yaml index cdf9015..f0f9bfb 100644 --- a/.github/workflows/generate-documentation.yaml +++ b/.github/workflows/generate-documentation.yaml @@ -18,12 +18,11 @@ jobs: distribution: 'zulu' # See 'Supported distributions' for available options java-version: '21' - - name: Install Structurizr CLI + - name: Download Structurizr CLI run: | curl -L https://github.com/structurizr/cli/releases/latest/download/structurizr-cli.zip -o structurizr-cli.zip unzip structurizr-cli.zip -d structurizr-cli - chmod +x structurizr-cli/structurizr.sh - sudo mv structurizr-cli/structurizr.sh /usr/local/bin/structurizr + mv structurizr-cli/structurizr-cli-*.jar structurizr-cli/structurizr-cli.jar - name: Install Terraform Docs env: