Skip to content
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .github/dependabot.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/linters/.markdownlint.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/linters/.yaml-lint.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/scripts/get-path-prefix.js

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/algolia-indexing.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/auto-deploy.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/build-auto-generated-files.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Build Auto-Generated Files
on:
pull_request:
workflow_dispatch:

jobs:
build-contributors:
name: Build Auto-Generated Files
if: github.repository != 'AdobeDocs/dev-docs-template'
uses: AdobeDocs/adp-devsite-workflow/.github/workflows/build-auto-generated-files.yml@main
secrets: inherit
24 changes: 0 additions & 24 deletions .github/workflows/dependabot-auto-merge.yml

This file was deleted.

46 changes: 21 additions & 25 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,33 @@
---
name: Deployment (Manual)
name: Production Deployment
on:
push:
branches:
- main
workflow_dispatch:
inputs:
env:
description: "Deploy to (dev|prod|dev prod)"
required: true
default: "dev"
clean:
description: "Clean cache"
description: "Select environment to deploy to"
type: choice
required: true
default: "prod"
options:
- "prod"
- "stage & prod"
baseSha:
description: "Use base SHA commit to deploy from (empty string defaults to last commit before HEAD)"
type: string
required: false
default: ""
deployAll:
description: "Force deploy all files"
type: boolean
default: false
excludeSubfolder:
description: "Exclude a subfolder from deletion"
required: false
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
default: "index"
type: choice
options:
- console
- index
jobs:
deployment:
name: Deployment
uses: AdobeDocs/adp-devsite-workflow/.github/workflows/gatsby-deploy.yml@main
secrets: inherit
uses: AdobeDocs/adp-devsite-workflow/.github/workflows/deploy.yml@main
with:
env: ${{ inputs.env }}
clean: ${{ inputs.clean }}
excludeSubfolder: ${{ inputs.excludeSubfolder }}
index-mode: ${{ inputs.index-mode }}
NODE_OPTIONS: "--max-old-space-size=8192"
env: ${{ inputs.env || 'prod' }}
baseSha: ${{ inputs.baseSha || '' }}
deployAll: ${{ inputs.deployAll || false }}
40 changes: 0 additions & 40 deletions .github/workflows/github-pages.yml

This file was deleted.

Loading