Skip to content

Commit

Permalink
change pipelines to reference new repo names (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor authored Nov 2, 2024
1 parent d5f3482 commit 1c968b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
uses: peter-evans/repository-dispatch@v3
with:
event-type: publish-event
repository: aep-dev/site-generator-beta
repository: aep-dev/site-generator
token: ${{ secrets.GH_PAT }}
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
set -x
export AEP_LOCATION="${PWD}"
export SG_DIRECTORY="/tmp/site-generator-beta"
export SG_DIRECTORY="/tmp/site-generator"
export AEP_LINTER_LOC="${SG_DIRECTORY}/api-linter"
if [ ! -d "${SG_DIRECTORY}" ]; then
git clone https://github.com/aep-dev/site-generator-beta.git "${SG_DIRECTORY}"
git clone https://github.com/aep-dev/site-generator.git "${SG_DIRECTORY}"
fi

if [ ! -d "${AEP_LINTER_LOC}" ]; then
Expand Down

0 comments on commit 1c968b7

Please sign in to comment.