deploy-mdbook
deploy-mdbook copied to clipboard
Syntax error: word unexpected (expecting ")")
job ended with failure but there's not enough information for me to know what's wrong https://github.com/bananaturtlesandwich/UE4-Modding-Guide/actions/runs/5989677648/job/16246137933
Thank you for your issue! However that seems to be an issue with mdbook not deploy-mdbook, we just install the latest mdbook, if you run your project locally with the latest version you should get the same error.
seems to be fine for me and I'm on latest version :/
works from clean too
seems to be a linux issue but I remember the workflow doesn't work on any other platform so can't switch https://stackoverflow.com/questions/36725864/syntax-error-word-unexpected-expecting
Hmm but there's no usage of ( in the code? Could you try an older Ubuntu version and see if that works?
there's only one other one - 20.04 and that also fails https://github.com/bananaturtlesandwich/UE4-Modding-Guide/actions/runs/5989669153/job/16246099138
We're having the same issue here. Replacing the action with a manual cargo install mdbook --locked; mdbook build succeeds.
I'm away this week but I think the solution is probably to just update the action's dependencies and then publish a new bundled version, because this doesn't seem like an issue in the action itself.
bump
I'm away this week but I think the solution is probably to just update the action's dependencies and then publish a new bundled version, because this doesn't seem like an issue in the action itself.
do you need someone to put up a PR ?
@rbtcollins Yes that would be greatly appreciated, as it's a lot easier to fit code reviews into my schedule than coding time.