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 d44346f commit 43f4cf8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ jobs:
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: Build with Gradle Wrapper
run: ./gradlew build generateDocs
run: ./gradlew build

- name: Generate Docs with Gradle Wrapper
run: ./gradlew generateDocs
run: 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 43f4cf8

Please sign in to comment.