Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@ 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

- name: Upload to AWS
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
Expand Down
Loading