There was an error while loading. Please reload this page.
1 parent 53a38f9 commit 9dd5267Copy full SHA for 9dd5267
1 file changed
content/changes/2016-07-06-github-pages-preiew-api.md
@@ -13,7 +13,7 @@ You can now manually request a build of your GitHub Pages site without needing t
13
curl "https://api.github.com/repos/github/developer.github.com/pages/builds" \
14
-X POST
15
-H 'Authorization: token TOKEN' \
16
- -H "Accept: application/vnd.github.mister-fantstic-preview" \
+ -H "Accept: application/vnd.github.mister-fantastic-preview" \
17
```
18
19
#### Retrieving a site's URL
@@ -27,7 +27,7 @@ For example, to request the HTML URL:
27
``` command-line
28
curl "https://api.github.com/repos/github/developer.github.com/pages" \
29
30
31
32
33
#### How can I try it?
0 commit comments