-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
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
- 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.