Skip to content

Commit

Permalink
New archi version
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Jul 16, 2024
1 parent ba108fd commit 1a2438c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# Generate a HTML page for the archmate model, only if the model has changed
- name: Download Archi
run: |
curl "https://www.archimatetool.com/downloads/archi-5.php?/5.2.0/Archi-Linux64-5.2.0.tgz" \
curl "https://www.archimatetool.com/downloads/archi/5.3.0/Archi-Linux64-5.3.0.tgz" \
-q -o /tmp/archi.tgz
tar -zxvf /tmp/archi.tgz -C /tmp/
if: ${{ steps.changes.outputs.archi == 'true' || github.event_name == 'workflow_dispatch' }}
Expand Down

0 comments on commit 1a2438c

Please sign in to comment.