diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index 9ccfb53f7..13c7774af 100644 --- a/.github/workflows/build-main.yml +++ b/.github/workflows/build-main.yml @@ -32,7 +32,7 @@ jobs: bundler-cache: true - name: Build Jekyll site - run: bundle exec jekyll build --baseurl /docs + run: bundle exec jekyll build --baseurl /en-US/stitch env: JEKYLL_ENV: production @@ -40,7 +40,6 @@ jobs: run: | aws sts get-caller-identity aws s3 sync ./_site/docs s3://qlikhelp-stitch/docs --delete - aws cloudfront create-invalidation --distribution-id ECSW2C236F46Q --paths "/*" - name: Upload build artifact uses: actions/upload-artifact@v4