From 297fd9864cd3431f827c1a5984acca4680330a19 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Tue, 14 Apr 2026 16:27:01 +0200 Subject: [PATCH] fix: use https in CC BY URL and trigger site build on _data changes --- .github/workflows/site.yml | 2 ++ LICENSE | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index e4dbc14..eb18785 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -4,11 +4,13 @@ on: pull_request: paths: - site/** + - _data/** push: branches: - master paths: - site/** + - _data/** jobs: site-build: diff --git a/LICENSE b/LICENSE index ec3d306..adfecfa 100644 --- a/LICENSE +++ b/LICENSE @@ -12,7 +12,7 @@ This repository uses a dual license: Creative Commons Attribution 4.0 International License (CC BY 4.0) -http://creativecommons.org/licenses/by/4.0/ +https://creativecommons.org/licenses/by/4.0/ ---