update from sparkleup
This commit is contained in:
parent
28b59ad34f
commit
b3641cc4d1
|
@ -326,4 +326,8 @@ To git.static-sammy.com:sammy/static-sammy.com.git
|
|||
8eed10f..95cde6f main -> main
|
||||
```
|
||||
|
||||
When you visit your page in the browser, you should see your now congratulations message displayed.
|
||||
|
||||
## Conclusion
|
||||
|
||||
In this tutorial, you learned how to use Git hooks in Gitea. While you used the `post-receive` hook to deploy a static website, there are many available hooks that can help you accomplish a wide variety of tasks during your Git workflow. For more information on these hooks, the Git manual has [an in-depth chapter](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) on using them.
|
||||
|
|
Loading…
Reference in New Issue