diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index be56175..70e0471 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -42,11 +42,9 @@ jobs: - name: Setup Pages id: pages uses: actions/configure-pages@v3 - - name: Navigate directory - run: cd website/ - name: Build with Jekyll # Outputs to the './_site' directory by default - run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" + run: cd website/ ; bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" env: JEKYLL_ENV: production - name: Upload artifact