fix: use https in CC BY URL and trigger site build on _data changes

This commit is contained in:
Samuel Berthe 2026-04-14 16:27:01 +02:00
parent 5c166e8403
commit 297fd9864c
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C
2 changed files with 3 additions and 1 deletions

View file

@ -4,11 +4,13 @@ on:
pull_request: pull_request:
paths: paths:
- site/** - site/**
- _data/**
push: push:
branches: branches:
- master - master
paths: paths:
- site/** - site/**
- _data/**
jobs: jobs:
site-build: site-build:

View file

@ -12,7 +12,7 @@ This repository uses a dual license:
Creative Commons Attribution 4.0 International License (CC BY 4.0) 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/
--- ---