Kotlin / kotlinx-rpc

Add asynchronous RPC services to your multiplatform applications.
https://kotlin.github.io/kotlinx-rpc/
Apache License 2.0
512 stars 7 forks source link

Fixed GH Actions for docs #99

Closed Mr3zee closed 2 weeks ago

Mr3zee commented 2 weeks ago

Previous approach with reusable workflows didn't work, so I added if statements to deploy and publish-indexes instead:

if: github.event_name == 'push' && github.ref == 'refs/heads/main'