Skip to content

Commit 57460c2

Browse files
committed
Fix the date and make the pipeline more verbose.
1 parent 97a3581 commit 57460c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/configure-pages@v3
4545
- name: Build with Jekyll
4646
# Outputs to the './_site' directory by default
47-
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
47+
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" -V
4848
env:
4949
JEKYLL_ENV: production
5050
- name: Upload artifact

_posts/2025-01-10-Clang-17-now-in-dev-container.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Clang 17 now in dev container, and other toolchain news"
4-
date: 2025-01-23
4+
date: 2025-01-10
55
categories: cheri toolchain
66
author: Owen Anderson
77
---

0 commit comments

Comments
 (0)