Skip to content

Commit

Permalink
Fix module target for versione docs workflow (testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaven-stytch committed Apr 30, 2024
1 parent 0d56461 commit f7200d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/versionedDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
STYTCH_UI_PUBLIC_TOKEN: 'abc123'
UI_GOOGLE_CLIENT_ID: 'abc123'
working-directory: main
run: ./gradlew sdk:dokkaHtmlMultiModule
run: ./gradlew dokkaHtmlMultiModule

- name: Zip docs site
run: |
Expand Down

0 comments on commit f7200d5

Please sign in to comment.