Fix CI path matching regex

This commit is contained in:
VnPower
2024-08-28 18:24:50 +07:00
parent 7e6528ec5d
commit 4b2a35fd08
+1 -1
View File
@@ -1,7 +1,7 @@
variables:
- &alpine_image 'docker.io/alpine:3.19'
- path: &docs_path
- 'docs/**'
- 'doc/**'
steps:
docker-build-image: