Skip to content

Commit

Permalink
fix: update doc path
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouwman committed Mar 26, 2024
1 parent 6738282 commit 1153e68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions support/deploy-doc-site.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
const ghpages = require("gh-pages");

ghpages.publish(
"docs/build",
"docs/build/arcgis-rest-js",
{
branch: "gh-pages",
repo: "https://github.com/Esri/arcgis-rest-js.git"
repo: "https://github.com/Esri/arcgis-rest-js.git",
},
function(err) {
function (err) {
if (err) {
console.log("uh oh", err);
} else {
Expand Down

0 comments on commit 1153e68

Please sign in to comment.