Jonathan Kelley 3 лет назад
Родитель
Сommit
affdaf05ce
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/docs.yml

+ 1 - 1
.github/workflows/docs.yml

@@ -5,7 +5,7 @@ on:
     branches:
       - master
     paths:
-      - docs
+      - docs/**
 
 jobs:
   build-deploy: