Skip to content

Commit

Permalink
remove java config from publish-diagrams.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-cristea committed Feb 9, 2024
1 parent fcaf789 commit f955e36
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish-diagrams.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Calypsonet Terminal Calypso Java API - UML class diagrams to GH pages
name: Publish Calypsonet Terminal Calypso API - UML class diagrams to GH pages

on:
push:
Expand All @@ -11,11 +11,6 @@ jobs:
steps:
- name: Check out repository code from ${{ github.repository }}/${{ github.ref }}
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Update permissions
working-directory: .
run: chmod +x ./.github/scripts/*.sh
Expand Down

0 comments on commit f955e36

Please sign in to comment.