-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
Error in deployment: 'The github-pages gem can't satisfy your Gemfile's dependencies.' #2542
Comments
You should follow the recommended approach to the line. If you follow the recommended steps, you'll only do 2 changes in |
I have made no changes to the config other than changing the url to my username, and making baseurl blank, also followed all the settings instructions, but i still get that same error. I havent changed any other file |
Can you paste your error log again, but this time between 3 ticks? This way it is is unreadable, as it is a one liner. Edit: taking a quick look at it, it is stating about dependencies that we do not have. Are you sure you are using our template? |
Same error here. |
Install strictly following the recommended approach. Only AFTER the site is up and running you should clone and start modifying it. |
Thanks, I started from scratch. I installed WSL, however, I am getting an error deployment right after modifying the file _config.yml at a github level. I guess I should open another issue with this problem... |
EDIT: it worked now on the first step :) Thanks for everything. |
I believe I am encountering a similar issue as this, when I initially created the repository and the initial commit fails, particularly on the pages build and deployment workflow in the Actions tab. I am following exactly what the recommended approach suggests, and my repo doesn't deploy the site. The workflow fails because
Any help on this? |
This is a warning, so the build doesn't fail because of that. Check your full stacktrace for an |
I also had this issue. I think that in the recommended approach section you might want to be more explicit by what you mean by leave baseurl blank. I think many of us are doing the following.
which builds, but it does not look right. The first time you build, you really need Then you if you change it to Thus, I am not sure if something extra happens when it is |
We accept suggestion on how to better write this part. There are already a lot of issues and questions about the problem that is not setting correctly the |
Just checked your page and it seems that everything is working now. In this case, if you manage to figure how to fix yourself, it would be useful to share the answer here so others might benefit from it. |
I am also getting this issue. I have followed the video tutorial outlined in INSTALL.md, where I make updates to config.yml through the GitHub browser. I made changes locally, but have since reset to the last commit from the forked repo. I have tried both Neither seems to work because I keep failing the GitHub actions build job in the workflow. I get a dependency error in the logs |
Your error is related to not setting the deployment branch correctly, as specified in the FAQ. |
I agree that I would need the deployment branch to be gh-pages, but I'm confused on if I do this manually. From my understanding of the INSTALL.md,, this job would be done for me in the GitHub Actions pipeline. But, I am failing the GitHub Actions pipeline that is supposed to do that for me (I think). Do I need to manually create the branch and then set the deployment branch as gh-pages in GitHub? |
Have you checked that your issue isn't already filed?
Bug description
Webpage does not deploy
How to reproduce the bug
I created a new proyect by forking the main al-folio proyect. Then, following the README.md, I sync one the local repo with the one of github, getting a deploy error. As it suggested, I ran
gem install bundler:2.5.7' and
bundle install` to update the gems. Since then, I am getting the same error, even though the gems that they say are missing, can be found on the Gemfile.Error messages and logs
What operating system are you using?
Windows
EDIT: I have the same error in Github
Where are you seeing the problem on?
Deployed site
More info
I already had a deployed site following a video tutorial (https://www.youtube.com/watch?v=g6AJ9qPPoyc). So, I already had some of the stuff installed needed.
EDIT: I started from scratch and followed the recommended approach, but I get the exact same error for the deployment straight away after creating the repo and updating the file _config.yml
The text was updated successfully, but these errors were encountered: