Skip to content

Commit

Permalink
remove GH pages build process (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt authored Apr 26, 2024
1 parent 1153e68 commit a4ad4d6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 137 deletions.
119 changes: 0 additions & 119 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",
"fetch-mock": "^5.13.1",
"gh-pages": "^1.1.0",
"gh-release": "^3.4.0",
"husky": "^4.2.3",
"inspect-process": "^0.5.0",
Expand Down Expand Up @@ -96,7 +95,6 @@
"docs:build:sass": "node-sass --output docs/build/arcgis-rest-js/css --source-map true --source-map-contents docs/src/sass",
"docs:build:images": "cpx \"docs/src/**/*.{png,jpg,jpeg,gif,svg,webm,ogg}\" docs/build/arcgis-rest-js",
"docs:build:js": "cpx \"docs/src/js/*.js\" docs/build/arcgis-rest-js/js",
"docs:deploy": "npm run docs:build && node support/deploy-doc-site.js",
"docs:typedoc": "node docs/build-typedoc.js",
"docs:dev:typedoc": "onchange -v 'packages/*/src/**/*.ts' -- npm run docs:typedoc",
"predocs:serve": "npm run docs:typedoc",
Expand Down
16 changes: 0 additions & 16 deletions support/deploy-doc-site.js

This file was deleted.

0 comments on commit a4ad4d6

Please sign in to comment.