From 024bfde7ec7ef334926d9b8e017402bf76a58956 Mon Sep 17 00:00:00 2001 From: Sylvia Whittle <86117496+SylviaWhittle@users.noreply.github.com> Date: Thu, 19 Sep 2024 23:00:10 +0100 Subject: [PATCH] Replace backtick with single quote to fix build --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 4ffda5a..d370fac 100644 --- a/config.yaml +++ b/config.yaml @@ -85,6 +85,6 @@ profiles: # This space below is where custom yaml items (e.g. pinning # sandpaper and varnish versions) should live varnish: RSE-Sheffield/uos-varnish@main -url: `https://sylviawhittle.github.io/python-testing-for-research/` +url: 'https://sylviawhittle.github.io/python-testing-for-research/'