You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Fork the repository.
Push initial commit to master branch triggering the GitHub Actions workflow.
The workflow fails at the deploy-gh-pages job during Docker build.
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
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Thanks for submitting an issue! I'll check it at as soon as possible and get back to you.
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
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
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
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:
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
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: