Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
melaasar committed Nov 11, 2024
1 parent bc6672e commit cd322ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
run: ./gradlew build

- name: Generate Docs with Gradle Wrapper
run: ./gradlew generateDocs
run: |
./gradlew ecoreToBikeshed
bikeshed spec io.opencaesar.oml.specification/build/bikeshed/index.bs

- name: Set up Maven
uses: stCarolas/setup-maven@v5
Expand Down

0 comments on commit cd322ec

Please sign in to comment.