Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error building the site, but Action didn't stop #18

Open
jgsogo opened this issue Nov 7, 2020 · 0 comments
Open

Error building the site, but Action didn't stop #18

jgsogo opened this issue Nov 7, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@jgsogo
Copy link
Member

jgsogo commented Nov 7, 2020

In this build https://github.com/madridccppug/madridccppug.github.io/runs/1368110551?check_suite_focus=true, we got an error building the site (in GH actions, not using jekyll container), but the action continued and published a broken site

The issue was a tag containing : symbol

---
layout: post
author: Manu Sanchez
title: String formatting the cool way with C++20 std::format()
tags: [C++20, fmt, std::format]
date: 2020-11-06T01:46:34+02:00
comments: false
---

Through its 40 years of history C++ has had multiple "tries" to bring text
formatting to the language. First it was the `printf()` family of functions
inherited from C:
@jgsogo jgsogo added the bug Something isn't working label Nov 7, 2020
@jgsogo jgsogo mentioned this issue Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant