Skip to content

Commit

Permalink
Fix the date and make the pipeline more verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchisnall committed Jan 10, 2025
1 parent 97a3581 commit 57460c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/configure-pages@v3
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" -V
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion _posts/2025-01-10-Clang-17-now-in-dev-container.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: "Clang 17 now in dev container, and other toolchain news"
date: 2025-01-23
date: 2025-01-10
categories: cheri toolchain
author: Owen Anderson
---
Expand Down

0 comments on commit 57460c2

Please # to comment.