-
Notifications
You must be signed in to change notification settings - Fork 6
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
Unresolving fonts in static WordPress pull #31
Comments
This is the sandbox I'm fixing it and other minor bugs found |
@nathanfletcher This may be a "non-consequential" error, that may require further investigation. For example, why is it that the error does not appear in the build that the CI does here? (if it appeared, it would error out) Can you please provide additional information on how this error is triggered? |
@lacabra Creating a GitHub action in this repo to set up the CI in this repo to run Running I solved it by including a step in |
@lacabra Alternatively, a simpler solution would be for @rachita19082 to include the fonts folder with the respective fonts in the project. |
@nathanfletcher I prefer your solution of copying them only for the purposes of the CI. Alternatively, you could do a soft link of the relative folder (because you have it cloned already -> that's how I have it in my local environment, and works well) For sure, do not include the fonts in the source code because they don't belong there, and introduces undesired redundancy. Thanks! |
After the script pulls the WordPress sites pages, part of the subsequent steps is to build
packages/eligibility
That throws the following error in the build process
The text was updated successfully, but these errors were encountered: