Skip to content

Commit

Permalink
change pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Nov 2, 2024
1 parent e8c80d4 commit fdbd89b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Clone aep.dev
uses: actions/checkout@v3
with:
repository: aep-dev/aep.dev
path: './aep-dev'
repository: aep-dev/aeps
path: './aeps'
- name: Clone Proto linter
uses: actions/checkout@v3
with:
Expand All @@ -33,6 +33,6 @@ jobs:
- name: Install all dependencies.
run: npm install
- name: Generate all static pages.
run: AEP_LOCATION=./aep-dev AEP_LINTER_LOC=./api-linter npm run generate
run: AEP_LOCATION=./aeps AEP_LINTER_LOC=./api-linter npm run generate
- name: Install, build, and upload your site output
uses: withastro/action@v2

0 comments on commit fdbd89b

Please sign in to comment.