File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Publishing your plugin on the site is a three step process:
6
6
7
- ## Add a Post-Receive Hook
7
+ ## Add a Service Hook
8
8
9
- First, you'll need to create a post-receive hook on GitHub. Just follow the
10
- [ step-by-step guide for adding a
11
- webhook] ( https://help.github.com/articles/post-receive-hooks ) and set the URL
12
- to ` http://plugins.jquery.com/postreceive-hook ` .
9
+ First, you'll need to enable the jQuery Plugins service hook on GitHub. On the
10
+ settings page for your repository, click the Webhooks & ; Services link, then
11
+ click the Configure services button. Scroll down to find the jQuery Plugins
12
+ service and enable it (there's no config, just check the Active checkbox and
13
+ click the Update settings button).
13
14
14
15
## Add a Manifest to your Repository
15
16
You can’t perform that action at this time.
0 commit comments