diff --git a/.github/workflows/auto-deploy.yml b/.github/workflows/auto-deploy.yml index 90f91c51b..b900d88b6 100644 --- a/.github/workflows/auto-deploy.yml +++ b/.github/workflows/auto-deploy.yml @@ -13,6 +13,6 @@ jobs: with: env: "prod" clean: true - excludeSubfolder: "photoshop, audio-video-api, s3dapi, indesign-apis, lightroom" + excludeSubfolder: "photoshop, audio-video-api, s3dapi, indesign-apis, lightroom, firefly-api" index-mode: "index" NODE_OPTIONS: "--max-old-space-size=8192" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 59d6cccf0..111da7f34 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ on: excludeSubfolder: description: "Exclude a subfolder from deletion" required: false - default: "photoshop, audio-video-api, s3dapi, indesign-apis, lightroom" + default: "photoshop, audio-video-api, s3dapi, indesign-apis, lightroom, firefly-api" index-mode: description: 'Type of indexing. "index" to push to Algolia, "console" for dry run.' required: true diff --git a/gatsby-config.js b/gatsby-config.js index 5cf14ac97..6e471a39b 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -22,7 +22,7 @@ module.exports = { { title: "Firefly API", description: "Docs and references for Firefly API", - path: "/firefly-api/", + path: "https://developer.adobe.com/firefly-services/docs/firefly-api/?aio_internal", }, { title: "Photoshop API",