Skip to content

Commit

Permalink
try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Jun 26, 2024
1 parent 7ef72c4 commit 50a00d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 50a00d2

Please sign in to comment.