xmtp / xmtp-ios

XMTP client SDK for iOS applications written in Swift.
MIT License
34 stars 24 forks source link

Docs Deployment Failure #188

Closed nplasterer closed 9 months ago

nplasterer commented 11 months ago

Fix doc deployment failures https://github.com/xmtp/xmtp-ios/actions/runs/6854544238

nplasterer commented 10 months ago

@fabriguespe docs deployments have been failing in iOS for a long time which means the docs page is out of date. Do you mind looking into this?

fabriguespe commented 10 months ago

from @nplasterer: A couple of things here is how I'm publishing docs in Android https://github.com/xmtp/xmtp-android/blob/main/.github/workflows/docs.yml I know it's a lot simpler over there but figured I'd share anyways.

Another thing I find helpful when debugging github actions is to have the actions trigger on commit so you can see if they fail or pass in CI while you develop. Which would just be adding a line like this temporarily to the top of the docs deployment file https://github.com/xmtp/xmtp-android/blob/main/.github/workflows/lint.yml#L6C16-L6C16

fabriguespe commented 9 months ago

Fixed PR & PR