diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46cb86a..c561fba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,6 +68,8 @@ jobs: - name: "Build the site" working-directory: ${{ env.BUILD_PATH }} run: | + pwd + ls bundle config path vendor/bundle bundle install bundle exec jekyll build