Skip to content

Commit

Permalink
Merge pull request #177 from AdobeDocs/barranca/max2024
Browse files Browse the repository at this point in the history
New API References, Migration guide and other refinements
  • Loading branch information
undavide authored Oct 9, 2024
2 parents 9a7ccaf + 4fb92b2 commit 22a98a9
Show file tree
Hide file tree
Showing 335 changed files with 10,697 additions and 39 deletions.
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

0 comments on commit 22a98a9

Please sign in to comment.