Skip to content

Commit

Permalink
chore: update docs.yml (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela authored Jan 26, 2024
1 parent 07212fb commit b9a67e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners

.github/ @googlemaps/admin
.github/ @googlemaps/googlemaps-admin
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
- name: Checkout android-maps-ktx
uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

# Run dokka and create tar
- name: Generate documentation
run: |
Expand Down

0 comments on commit b9a67e1

Please sign in to comment.