diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index a89e3e1..881bc41 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -41,7 +41,10 @@ jobs: bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 0 # Increment this number if you need to re-download cached gems - name: Build with Jekyll - run: bundle exec jekyll build --source ./docs --destination ./_site + run: | + cd docs + bundle exec jekyll build --destination ../_site + grep "Created" -A5 ../_site/blog/2024/06/25/stop-the-go-and-docker-madness.html - name: Upload artifact uses: actions/upload-pages-artifact@v3