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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ To update the site on the host machine, run [the `deploy` workflow](https://gith
25
25
- push (default: `true`). Controls whether to push the built image to Docker hub. If `deploy` is enabled and `push` is disabled, the server will use an already pushed image with the same `version`, or fail.
26
26
- deploy (default: `true`). Disable this to only build (and push) the Docker Image without deploying it.
27
27
- webhook message (default: `true`): send a Discord message with the deployment details when the workflow is finished.
28
+
- run linting (default: `true`): run all linting scripts before deploying the site.
28
29
29
30
See the GitHub documentation for [how to run a workflow manually](https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow#running-a-workflow).
0 commit comments