-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
EEXIST: file already exists #129
Comments
@smoak I've made some changes, can you try again with |
Author of that action suggested using the master branch as they have made changes. See crazy-max/ghaction-github-pages#129 (comment)
@crazy-max I made the change as you suggested:
but it broke the build completely with: Unable to resolve action https://github.com/smoak/teamcowboy-graphql/actions/runs/358638172 |
Oh sorry it's |
@crazy-max Using dev branch now and I get the same error about the file already existing Error: EEXIST: file already exists, mkdir '/tmp/github-pages-dyTkZv/lib/absinthe/priv' |
@smoak Ok thanks for your feedback, I will fork your repo and make some tests. Keep you in touch. |
@smoak This is actually an issue with your elixir build which creates symlinks that don't resolve to anything: I've made some changes to display a warning message if issues like that are detected. |
@crazy-max Thanks! I'll look into what's going on. |
Behaviour
When I am deploying a directory I am getting this error:
EEXIST: file already exists, mkdir '/tmp/github-pages-3fqEIE/lib/absinthe/priv'
I am using mix (elixir's build tool) to build a release. After running, mix will create a
_build/prod
directory with all the files needed to run the app.Expected behaviour
Deploys as usual
Actual behaviour
Error:
EEXIST: file already exists, mkdir '/tmp/github-pages-3fqEIE/lib/absinthe/priv'
Configuration
Logs
logs_9.zip
The text was updated successfully, but these errors were encountered: