-
Notifications
You must be signed in to change notification settings - Fork 218
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
[Bug]: Upload Artifacts for Github Pages deploy fails #2909
Comments
You need to add the base path to the build command in package.json https://github.com/micahchoo/DataViz-for-Indian-Cities/blob/master/package.json |
archiewood
removed
to-review
Evidence team to review
bug
Something isn't working
labels
Dec 13, 2024
alternatively you can modify your github workflow to upload the artifact from /build not /build/${{ repo_name }} |
Ahh I did not look there, sorry and thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The github pages deploy is failing at the upload artifacts page
Archive artifact
tar: build/DataViz-for-Indian-Cities: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
Error: Process completed with exit code 2.
Steps to Reproduce
use the deploy.yml from the documentation
no secrets
Logs
System Info
Severity
serious, but I can work around it
Additional Information, or Workarounds
No response
The text was updated successfully, but these errors were encountered: