Skip to content

Commit e257107

Browse files
Remove npm run deploy command (#187)
1 parent d04f841 commit e257107

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"@11ty/eleventy": "0.10.0",
1111
"@rollup/plugin-node-resolve": "7.1.1",
1212
"esm": "3.2.25",
13-
"gh-pages": "^2.0.1",
1413
"lit-html": "1.2.1",
1514
"marked": "0.8.2",
1615
"rimraf": "^3.0.2",
@@ -21,7 +20,6 @@
2120
"scripts": {
2221
"build": "rimraf devtools-protocol/ && node -r esm node_modules/.bin/eleventy && rollup -c rollup.config.js",
2322
"prep": "bash prep-tot-protocol-files.sh",
24-
"serve": "echo 'Open http://localhost:8696/devtools-protocol/ for built site'; statikk --port 8696 .",
25-
"deploy": "gh-pages --dist devtools-protocol --repo [email protected]:ChromeDevTools/devtools-protocol.git --dotfiles --user \"devtools-bot <[email protected]>\""
23+
"serve": "echo 'Open http://localhost:8696/devtools-protocol/ for built site'; statikk --port 8696 ."
2624
}
2725
}

readme.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ Deploying:
2525

2626
We deploy to https://chromedevtools.github.io/devtools-protocol/ despite the source living here.
2727
The [repo/branch layout is described here](https://github.com/ChromeDevTools/debugger-protocol-viewer/issues/78).
28-
Master branch of this repo is deployed every hour (on the 15 minute mark) via the [devtools-protocol/scripts/update-n-publish-docs.sh](https://github.com/ChromeDevTools/devtools-protocol/blob/master/scripts/update-n-publish-docs.sh) script.
29-
30-
```sh
31-
npm run deploy
32-
```
28+
There is no need to manually trigger deployments. It’s done [automatically](https://github.com/ChromeDevTools/devtools-protocol/commit/c9c207e583264058326792210d1b29a95109beac) as part of the devtools-protocol GitHub Actions workflow.
3329

3430
## Adding new version
3531

0 commit comments

Comments
 (0)