-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publishing assets fails with "cp: cannot create directory" #591
Comments
Thank you for reporting! I confirmed the reproducibility by myself. I will investigate this more deeply. |
I got it. Please check the generating process of the - name: Build
run: npm run build
- run: |
cd storybook-static/data
unlink test-data.json
ln -s ../../components/portal-navigation/test/test-data.json test-data.json This action failed to catch this type of error. I will enhance the error handling and log format. ;) |
So this is not a bug in your action. |
Describe the bug
I have the following in my Github Actions config:
Until recently, the publishing to gh-pages worked perfectly. Now, I'm getting the following error in the "Prepare publishing assets" phase of the action:
Full output is:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The documentation should be published at https://inventage.github.io/portal-components/
Your YAML file
The text was updated successfully, but these errors were encountered: