software-mansion / react-native-executorch

http://docs.swmansion.com/react-native-executorch/
Other
104 stars 4 forks source link

Fix docs build check post-step #12

Closed chmjkb closed 1 week ago

chmjkb commented 1 week ago

Currently, the docs build check action fails. The reason is that setup-node with yarn caching throws an error when yarn cache directory doesn't exist. The action throws an error to prevent saving empty folder, see https://github.com/actions/setup-node/issues/317. This PR is a workaround for that.