Closed cloybar closed 4 months ago
You should follow the recommended approach to the line. If you follow the recommended steps, you'll only do 2 changes in _config.yml
(among with other configuration steps on GitHub) and the site should be live and working. Then, and only then, you try to do stuff on your machine and further customizations.
You should follow the recommended approach to the line. If you follow the recommended steps, you'll only do 2 changes in
_config.yml
(among with other configuration steps on GitHub) and the site should be live and working. Then, and only then, you try to do stuff on your machine and further customizations.
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.
You should follow the recommended approach to the line. If you follow the recommended steps, you'll only do 2 changes in
_config.yml
(among with other configuration steps on GitHub) and the site should be live and working. Then, and only then, you try to do stuff on your machine and further customizations.
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
Warning: The github-pages gem can't satisfy your Gemfile's dependencies. If you want to use a different Jekyll version or need additional dependencies, consider building Jekyll site with GitHub Actions: https://jekyllrb.com/docs/continuous-integration/github-actions/
Any help on this?
This is a warning, so the build doesn't fail because of that. Check your full stacktrace for an error
message.
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.
baseurl: /
which builds, but it does not look right. The first time you build, you really need
baseurl:
Then you if you change it to
baseurl: /
or
baseurl:
everything is fine and the site has the correct theme.
Thus, I am not sure if something extra happens when it is baseurl:
the first time. Maybe someone else discovered this too.
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 baseurl
and mostly of them already answered, but this seems to keep coming back.
The problem is, after I first created a new repository based on this template and named it
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 base_url: / base_url:
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