Skip to content
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

[Actions]: Failed Workflow for 'Deploy Site', Docker Build Error at 'deploy-gh-pages' in the Initial Commit #227

Open
freyaliWL opened this issue Jul 12, 2024 · 3 comments

Comments

@freyaliWL
Copy link

freyaliWL commented Jul 12, 2024

Describe the bug
During the initial setup and deployment using GitHub Actions, the Docker build step fails with an error indicating that the package libffi7 cannot be located. This issue prevents the successful deployment of the Jekyll site via GitHub Pages.

To Reproduce
Steps to reproduce the behavior:

  1. Fork the repository.
  2. Push initial commit to master branch triggering the GitHub Actions workflow.
  3. The workflow fails at the deploy-gh-pages job during Docker build.
  4. See error.

Expected behavior
The expected behavior is for the Docker container to build successfully, allowing the GitHub Actions workflow to proceed with deploying the Jekyll site to GitHub Pages without errors.

[Error Logs]
E: Unable to locate package libffi7
E: Unable to locate package libffi7

Screenshot 2024-07-11 at 9 11 27 PM Screenshot 2024-07-11 at 9 10 57 PM

Additional context
Add any other context about the problem here.

Copy link

Thanks for submitting an issue! I'll check it at as soon as possible and get back to you.

@freyaliWL freyaliWL changed the title [Actions Failed at the Initial Commit for 'deploy-gh-pages' [Actions]: Failed Workflow for 'Deploy Site', Error Raised at 'deploy-gh-pages' in the Initial Commit Jul 12, 2024
@freyaliWL freyaliWL changed the title [Actions]: Failed Workflow for 'Deploy Site', Error Raised at 'deploy-gh-pages' in the Initial Commit [Actions]: Failed Workflow for 'Deploy Site', Docker Build Error at 'deploy-gh-pages' in the Initial Commit Jul 12, 2024
@sujaykundu777
Copy link
Owner

sujaykundu777 commented Jul 28, 2024

Yes currently Github Pages is not supporting the latest jekyll version, trying to find a way @freyaliWL Even though we deploy to github pages it will break. Till that time i would highly suggest to use a older release, or deploy your project to netlify or firebase

@allitnils
Copy link

any updates on this? my understanding is that we just need to check libffi7 to libffi8?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants