Skip to content

Commit 1c968b7

Browse files
authored
change pipelines to reference new repo names (#239)
1 parent d5f3482 commit 1c968b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish_site.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
uses: peter-evans/repository-dispatch@v3
1414
with:
1515
event-type: publish-event
16-
repository: aep-dev/site-generator-beta
16+
repository: aep-dev/site-generator
1717
token: ${{ secrets.GH_PAT }}

scripts/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env bash
22
set -x
33
export AEP_LOCATION="${PWD}"
4-
export SG_DIRECTORY="/tmp/site-generator-beta"
4+
export SG_DIRECTORY="/tmp/site-generator"
55
export AEP_LINTER_LOC="${SG_DIRECTORY}/api-linter"
66
if [ ! -d "${SG_DIRECTORY}" ]; then
7-
git clone https://github.com/aep-dev/site-generator-beta.git "${SG_DIRECTORY}"
7+
git clone https://github.com/aep-dev/site-generator.git "${SG_DIRECTORY}"
88
fi
99

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

0 commit comments

Comments
 (0)