You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently the publish examples workflow started failing seemingly out of nowhere.
Might have something to do with an update in Trunk? I guess it just stopped automatically creating missing parent directories.
create the dist directory before invoking trunk using mkdir - p "$dist_dir". I'm fairly confident that this should do the trick but haven't looked into it further.
The text was updated successfully, but these errors were encountered:
Recently the publish examples workflow started failing seemingly out of nowhere.
Might have something to do with an update in Trunk? I guess it just stopped automatically creating missing parent directories.
The workflow file can be found here: .github/workflows/publish-examples.yml
Possible fixes
mkdir - p "$dist_dir"
. I'm fairly confident that this should do the trick but haven't looked into it further.The text was updated successfully, but these errors were encountered: