Skip to content

Commit 47bd5e6

Browse files
authored
Merge pull request #228 from AdobeDocs/devsite-1801-build-process
adding new build process
2 parents a4e5d0a + 207a8af commit 47bd5e6

18 files changed

+63
-1282
lines changed

.github/linters/.markdownlint.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/linters/.yaml-lint.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/scripts/deploy.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

.github/super-linter.env

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/deploy.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,12 @@ jobs:
2828
with:
2929
env: ${{ inputs.env }}
3030
baseSha: ${{ inputs.baseSha }}
31-
deployAll: ${{ inputs.deployAll }}
31+
deployAll: ${{ inputs.deployAll }}
32+
lint:
33+
name: Lint
34+
runs-on: ubuntu-latest
35+
steps:
36+
- name: Checkout
37+
uses: actions/checkout@v4
38+
- name: Lint
39+
run: npx --yes github:AdobeDocs/adp-devsite-utils runLint -v

.github/workflows/lint.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Lint
3+
on:
4+
pull_request:
5+
branches: [main]
6+
paths:
7+
- 'src/pages/**'
8+
9+
jobs:
10+
lint:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v4
15+
16+
- name: Lint
17+
run: npx --yes github:AdobeDocs/adp-devsite-utils runLint -v

buildNavigation.js

Lines changed: 0 additions & 106 deletions
This file was deleted.

buildRedirections.js

Lines changed: 0 additions & 46 deletions
This file was deleted.

buildSiteWideBanner.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)