Skip to content

Commit

Permalink
Link generated documentation to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Apr 23, 2024
1 parent 0329281 commit 3c4039d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dokka-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
run: ./gradlew dokkaHtmlMultiModule
- name: Move generated docs to branch directory
run: mkdir -p ./_site/${{ github.ref_name }} && mv ./docs/dokka/* ./_site/${{ github.ref_name }}/
ln -s ./_site/${{ github.ref_name }} ./_site/latest
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ We're using [kdoc](https://kotlinlang.org/docs/kotlin-doc.html) to document the
./gradlew dokkaHtmlMultiModule
```

Here is the [Latest Gravatar-SDK-Android API documentation generated by Dokka](https://automattic.github.io/Gravatar-SDK-Android/latest/index.html)

## Contributing

Read our [Contributing Guide](CONTRIBUTING.md) to learn about reporting issues, contributing code, and more ways to contribute.
Expand Down

0 comments on commit 3c4039d

Please sign in to comment.