-
Notifications
You must be signed in to change notification settings - Fork 120
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
Deploy thanks to Github action #22
Comments
I found a solution thanks to this article https://michaelcurrin.github.io/code-cookbook/recipes/ci-cd/github-actions/workflows/jekyll/build/container.html. Here is a working GitHub workflow. |
Thanks for sharing your workflow @arnolanglade Also, for the first deployment run you may need to do the following: https://github.com/peaceiris/actions-gh-pages?tab=readme-ov-file#%EF%B8%8F-first-deployment-with-github_token |
Thanks for your workflow @arnolanglade and @adriguerra for further information. My workflow failed and presented with this error on using the above workflow without any changes to it and to the repo. Locally building the repo on ubuntu I had no issue.
It seems there is a issue with the docker image and sass-converter and there has been no movement to fix it Solution is to use this docker image https://hub.docker.com/r/jvconseil/jekyll-docker |
Hi,
I revamp my website with this template and I tried to deploy it thanks to GitHub actions but I got a lot of permission errors :
Here is the full build: https://github.com/arnolanglade/arnolanglade.github.io/actions/runs/4473071177/jobs/7859995346
I tried https://github.com/helaili/jekyll-action and https://github.com/jeffreytse/jekyll-deploy-action and I got those errors.
I don't understand why Bookshop tries to write things in /tmp.
Thanks for your help.
The text was updated successfully, but these errors were encountered: