From 50a00d24d0692cf40a76ce1bf87613284b0ba789 Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Wed, 26 Jun 2024 16:28:57 -0700 Subject: [PATCH] try 2 --- .github/workflows/jekyll-gh-pages.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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