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
I am trying to deploy my built theme to WP Engine using Github Actions, but the resulting build has issues with asset references.
The assets are created in the dist directory, but the references are not correct. For instance, in the <head> of the document, the reference to the main stylesheet is "main.scss", not the compiled main.css file in the dist directory.
Here is my Github workflow. Is there a reason the resulting build wouldn't have correct asset references? It is following the same process I use on my local:
I am trying to deploy my built theme to WP Engine using Github Actions, but the resulting build has issues with asset references.
The assets are created in the dist directory, but the references are not correct. For instance, in the
<head>
of the document, the reference to the main stylesheet is "main.scss", not the compiled main.css file in the dist directory.<link rel="stylesheet" id="Flynt/assets/main-css" href="https://domain.com/wp-content/themes/theme-name/assets/main.scss" media="all">
Here is my Github workflow. Is there a reason the resulting build wouldn't have correct asset references? It is following the same process I use on my local:
The text was updated successfully, but these errors were encountered: