ci: add the slides folder to be tracked by the pipeline
All checks were successful
On_Push / build (push) Successful in 11s
On_Push / deploy (push) Successful in 9s

This commit is contained in:
silver 2025-09-14 00:43:49 +01:00
parent b27a3eaab5
commit 03201efe40
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -7,6 +7,7 @@ on:
- 'main'
paths:
- flake.*
- slides/**/*
- src/**/*
- .forgejo/**/*