-
I have a repository where |
Beta Was this translation helpful? Give feedback.
Answered by
nizarmah
Nov 23, 2021
Replies: 1 comment
-
Hello @qwbarch! Sorry for the late reply! Yes, it's possible to push the minified files to the Before I share the code on how to do it, I'll share the logic behind it. There are three main steps for using this action:
Those three steps are broken into the following segments, in the code:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
qwbarch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @qwbarch! Sorry for the late reply!
Yes, it's possible to push the minified files to the
minified
branch.Before I share the code on how to do it, I'll share the logic behind it.
There are three main steps for using this action:
auto-minify
actionThose three steps are broken into the following segments, in the code: