From 2fe843700a9d744e951dcc724854f52350b1a68a Mon Sep 17 00:00:00 2001 From: Alex Stephen <1325798+rambleraptor@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:08:51 -0700 Subject: [PATCH] Change pipelines (#49) * add sync key for global toggle * change pipelines --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 71d9d9c..17a343b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: @@ -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