Skip to content

Commit

Permalink
remove old version
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Jan 23, 2024
1 parent dc6246c commit 3d3145d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/generate-plantuml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
# The previous approach to generation has been deprecated because it does not allow a custom committer
# - name: plantuml
# id: plantuml
# uses: grassedge/[email protected]
# with:
# path: .
# message: "Render PlantUML files"
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: generate plantuml
run: |
sudo apt-get install -y plantuml graphviz
Expand Down

0 comments on commit 3d3145d

Please sign in to comment.