Commit 3eb6163 1 parent 13c433c commit 3eb6163 Copy full SHA for 3eb6163
File tree 1 file changed +1
-11
lines changed
.project_automation/publication
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ REPO_NAME=$(git config --get remote.origin.url | cut -d '/' -f5 | cut -d '.' -f1
17
17
VERSION=$( cat VERSION)
18
18
19
19
BASE_URL=" this would be the path to s3 bucket/${REPO_NAME} /"
20
- <<< <<< < before updating
21
- # S3_URI="s3://aws-abi/guide/${REPO_NAME}/"
22
- =======
20
+
23
21
S3_URI=" s3://aws-abi/guide/${REPO_NAME} /"
24
22
25
23
30
28
echo " creating new version"
31
29
gh release create ${VERSION} --target ${BRANCH} --generate-notes
32
30
fi
33
- >>>>>>> after updating
34
31
35
32
# print_header() {
36
33
# printf "\n\n%s\n" "$*"
37
34
# }
38
35
39
- <<< <<< < before updating
40
- # print_header 'Building site...'
41
- # cd ${PROJECT_PATH}/guide
42
- # hugo --verbose --debug
43
- =======
44
36
sed -i ' s/href=.*$/href="#">/' ${PROJECT_PATH} /guide/layouts/partials/logo.html
45
37
46
38
print_header ' Building site...'
47
39
cd ${PROJECT_PATH} /guide
48
40
hugo --verbose --debug
49
- >>>>>>> after updating
50
-
51
41
# print_header 'Publishing...'
52
42
# aws s3 sync --delete "${PUBLIC_PATH}" "${S3_URI}" --acl public-read
53
43
You can’t perform that action at this time.
0 commit comments