diff --git a/.github/workflows/publish_site.yaml b/.github/workflows/publish_site.yaml index 71363802..72f431fa 100644 --- a/.github/workflows/publish_site.yaml +++ b/.github/workflows/publish_site.yaml @@ -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 }} diff --git a/scripts/build.sh b/scripts/build.sh index 5bdb8523..06f11e00 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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