File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ while getopts 'b:st:' opt; do
2929 esac
3030done
3131
32- hugo --minify --destination " site/v${TAG_NAME} " --baseURL " ${BASE_URL} observability-workshop/v$TAG_NAME "
32+ hugo --minify --destination " site/v${TAG_NAME} " --baseURL " ${BASE_URL} observability-workshop/v$TAG_NAME " --noChmod
3333
3434if [[ $SERVE == 1 ]]; then
3535 if ! command -v " devd" & > /dev/null; then
Original file line number Diff line number Diff line change @@ -2,5 +2,4 @@ module github.com/splunk/observability-workshop
22
33go 1.19
44
5- require github.com/McShelby/hugo-theme-relearn v0.0.0-20231116235917-1f7a2aa19ae8 // indirect
6-
5+ require github.com/McShelby/hugo-theme-relearn v0.0.0-20231203143443-7c97f7b6109f // indirect
Original file line number Diff line number Diff line change @@ -53,4 +53,6 @@ github.com/McShelby/hugo-theme-relearn v0.0.0-20231101211939-4ebb6d9eac3b/go.mod
5353github.com/McShelby/hugo-theme-relearn v0.0.0-20231104002335-fd9f3e513159 h1:E+vxEZ0B9EOUAmOIbccGmrmeBgD4NR36yN9PgRq3BUg =
5454github.com/McShelby/hugo-theme-relearn v0.0.0-20231104002335-fd9f3e513159 /go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM =
5555github.com/McShelby/hugo-theme-relearn v0.0.0-20231116235917-1f7a2aa19ae8 h1:2pzbRad/2eaDz2SsigM+9Xry8GwYFb6zMZAAdtmpJDI =
56- github.com/McShelby/hugo-theme-relearn v0.0.0-20231116235917-1f7a2aa19ae8 /go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM =
56+ github.com/McShelby/hugo-theme-relearn v0.0.0-20231116235917-1f7a2aa19ae8 /go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM =
57+ github.com/McShelby/hugo-theme-relearn v0.0.0-20231203143443-7c97f7b6109f h1:/fhuUj6Hk2oASWLuDBhi7r/JiC+h1jwiGvAVEkY8MMc =
58+ github.com/McShelby/hugo-theme-relearn v0.0.0-20231203143443-7c97f7b6109f /go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM =
You can’t perform that action at this time.
0 commit comments