diff --git a/.github/workflows/jekyll-build-push-S3-v2.yml b/.github/workflows/jekyll-build-push-S3-v2.yml index 4d3fdee..d6c90ee 100644 --- a/.github/workflows/jekyll-build-push-S3-v2.yml +++ b/.github/workflows/jekyll-build-push-S3-v2.yml @@ -44,6 +44,7 @@ jobs: uses: actions/configure-pages@v4 - name: Build with Jekyll run: bundle exec jekyll build --source landing --destination dist + working-directory: ./landing env: JEKYLL_ENV: production - name: Upload artifact