Skip to content

Commit

Permalink
Testing new theme config setting to fix deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastley committed Dec 3, 2023
1 parent cb67ef5 commit 732625e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ci/build_site
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ while getopts 'b:st:' opt; do
esac
done

hugo --minify --destination "site/v${TAG_NAME}" --baseURL "${BASE_URL}observability-workshop/v$TAG_NAME"
hugo --minify --destination "site/v${TAG_NAME}" --baseURL "${BASE_URL}observability-workshop/v$TAG_NAME" --noChmod

if [[ $SERVE == 1 ]]; then
if ! command -v "devd" &> /dev/null; then
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ module github.com/splunk/observability-workshop

go 1.19

require github.com/McShelby/hugo-theme-relearn v0.0.0-20231116235917-1f7a2aa19ae8 // indirect

require github.com/McShelby/hugo-theme-relearn v0.0.0-20231203143443-7c97f7b6109f // indirect
4 changes: 3 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ github.com/McShelby/hugo-theme-relearn v0.0.0-20231101211939-4ebb6d9eac3b/go.mod
github.com/McShelby/hugo-theme-relearn v0.0.0-20231104002335-fd9f3e513159 h1:E+vxEZ0B9EOUAmOIbccGmrmeBgD4NR36yN9PgRq3BUg=
github.com/McShelby/hugo-theme-relearn v0.0.0-20231104002335-fd9f3e513159/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=
github.com/McShelby/hugo-theme-relearn v0.0.0-20231116235917-1f7a2aa19ae8 h1:2pzbRad/2eaDz2SsigM+9Xry8GwYFb6zMZAAdtmpJDI=
github.com/McShelby/hugo-theme-relearn v0.0.0-20231116235917-1f7a2aa19ae8/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=
github.com/McShelby/hugo-theme-relearn v0.0.0-20231116235917-1f7a2aa19ae8/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=
github.com/McShelby/hugo-theme-relearn v0.0.0-20231203143443-7c97f7b6109f h1:/fhuUj6Hk2oASWLuDBhi7r/JiC+h1jwiGvAVEkY8MMc=
github.com/McShelby/hugo-theme-relearn v0.0.0-20231203143443-7c97f7b6109f/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=

0 comments on commit 732625e

Please sign in to comment.