Skip to content

Commit

Permalink
build: adjust GHA workflows for Dokka migration
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Dec 18, 2024
1 parent 609badc commit f264e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Dokka Generate
run: ./gradlew dokkatooGenerate --info -S --show-version
run: ./gradlew dokkaGenerate --info -S --show-version

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Dokka Generate
run: ./gradlew dokkatooGenerate --info -S --show-version
run: ./gradlew dokkaGenerate --info -S --show-version

- name: Setup Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit f264e9a

Please sign in to comment.