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 4553c16 commit e742a1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
- name: Build with Gradle Wrapper
run: ./gradlew build

- name: Generate Docs with Gradle Wrapper
- 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 e742a1f

Please sign in to comment.