Commit 1c968b7 1 parent d5f3482 commit 1c968b7 Copy full SHA for 1c968b7
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
uses : peter-evans/repository-dispatch@v3
14
14
with :
15
15
event-type : publish-event
16
- repository : aep-dev/site-generator-beta
16
+ repository : aep-dev/site-generator
17
17
token : ${{ secrets.GH_PAT }}
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -x
3
3
export AEP_LOCATION=" ${PWD} "
4
- export SG_DIRECTORY=" /tmp/site-generator-beta "
4
+ export SG_DIRECTORY=" /tmp/site-generator"
5
5
export AEP_LINTER_LOC=" ${SG_DIRECTORY} /api-linter"
6
6
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} "
8
8
fi
9
9
10
10
if [ ! -d " ${AEP_LINTER_LOC} " ]; then
You can’t perform that action at this time.
0 commit comments