Github actions problem #169
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Every time you change something, the workflow runs and compiles your website. If you don't wait until it finishes, what you will see on the Actions page doesn't make any sense. When you change something, check to see if it's a success; if it fails, check the log and correct your mistake, then continue building your website. For long run I recommend you to build locally check if it builds. Then push to your reprosoritory. |
Beta Was this translation helpful? Give feedback.
Every time you change something, the workflow runs and compiles your website. If you don't wait until it finishes, what you will see on the Actions page doesn't make any sense. When you change something, check to see if it's a success; if it fails, check the log and correct your mistake, then continue building your website. For long run I recommend you to build locally check if it builds. Then push to your reprosoritory.