Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New API References, Migration guide and other refinements #177

Merged
merged 6 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
19 changes: 16 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ on:
options:
- console
- index
runners:
description: "Runners on which to execute workflow"
required: true
default: "ubuntu-latest"
type: choice
options:
- ubuntu-latest
- developer-website-arc-prd-runners-adcce

jobs:
set-state:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -151,8 +160,10 @@ jobs:
GATSBY_ALGOLIA_INDEX_ENV_PREFIX: ${{ secrets.AIO_ALGOLIA_INDEX_ENV_PREFIX }}
GATSBY_FEDS_PRIVACY_ID: ${{ secrets.AIO_FEDS_PRIVACY_ID }}
GATSBY_SITE_DOMAIN_URL: https://developer-stage.adobe.com
GATSBY_TEMPLATE_ID: ${{ secrets.AIO_IMS_DEV_TEMPLATE_ID }}
GATSBY_PRODUCT_NAME: 'Adobe Express Embed SDK'
GATSBY_TEMPLATE_ID: ${{ secrets.AIO_IMS_DEV_TEMPLATE_ID }}
GATSBY_PRODUCT_NAME: "Adobe Express Embed SDK"
GATSBY_DISABLE_SOURCE_MAPS: "true"
NODE_OPTIONS: "--max_old_space_size=30720"

- name: Deploy
uses: AdobeDocs/static-website-deploy@master
Expand Down Expand Up @@ -260,8 +271,10 @@ jobs:
GATSBY_ALGOLIA_INDEX_ENV_PREFIX: ${{ secrets.AIO_ALGOLIA_INDEX_ENV_PREFIX }}
GATSBY_FEDS_PRIVACY_ID: ${{ secrets.AIO_FEDS_PRIVACY_ID }}
GATSBY_SITE_DOMAIN_URL: https://developer.adobe.com
GATSBY_TEMPLATE_ID: ${{ secrets.AIO_IMS_PROD_TEMPLATE_ID }}
GATSBY_TEMPLATE_ID: ${{ secrets.AIO_IMS_PROD_TEMPLATE_ID }}
GATSBY_PRODUCT_NAME: Adobe Express Embed SDK
GATSBY_DISABLE_SOURCE_MAPS: "true"
NODE_OPTIONS: "--max_old_space_size=30720"
- name: Deploy
uses: AdobeDocs/static-website-deploy@master
with:
Expand Down
Loading
Loading